Front-end/Vanilla JS

js 기초., 알게 된 것들...

philo0407 2020. 11. 11. 21:23

 

 

감사합니다. 퀸 엘리님..

오브젝트는 각각 다른 ref 가 할당 된다.

 

 

 

www.youtube.com/watch?v=YBjufjBaxHo&list=PLv2d7VI9OotTVOL4QmPfvJWPJvkmv6h-2&index=4

 

백틱기호를 많이 쓰자. 편해보임.

ArrowFunc

Ellie님 강의.. 감사합니다 ! youtube Ellie, Dream

var printNo = function prnt() { console.log('><') setTimeout(printNo, 200); } (()=>console.log(3))();

...도대체

Lexical Environment와 클로저는 머야 그래서...

https://github.com/progress0407/whyNot_js/blob/master/callback_do_this.js

 

progress0407/notOnlyAtHome

I cant get it, callback . Contribute to progress0407/notOnlyAtHome development by creating an account on GitHub.

github.com

 

왜 안대는지 해보장...