자바스크립트 얘기를 엄청한다
영상에서 프론트엔드는 자바스크립트밖에 없다
자바스크립트 약쟁이짓을한다고한다 ㅋㅋㅋㅋ
10 Quiz
how many promramming languages can you use on the backend?
- more than 10
- only javascript
- only python
answer 1
how many programming languages can you use on the frontend?
- 10
- only javascript
- html, css and js
answer 2
can you make a video game using javascript?
- yes
- no
글쎄 … 이건 아마 아니다라고 선택해야되는것일까
answer 2
javascript comes installed with all the browsers
- yes
- no
모든브라우저에서 제공되는것이기때문에 1번선택
이게 가장큰 자바스크립트의 장점이라 생각된다
answer 1
how long did it take to create javascript?
1 month
2 months
10 days
놀랍게도 10일만에 만들어냈다는 자바스크립트이 창시자님
answer 3
why was javascript created?
to program backends
to make mobile games
to add interactivity to websites
자바스크립트의 탄생배경은 넷스케이프의 동적인 실행을 위해서 만들었다는 말이있다
answer 3
to use javascript on a website we need to download it first
yes
no
다운로드없이 모든 환경에서 바로 실행가능하다 내장되어있다는말..
to execute a JS file, we need to open it on a browser
- yes
- no
글쎄 이건 아마 맞지않을까? 브라우저에서 실행되는게 기본이기 때문에
answer 1
how can we ‘run’ js files on the browser?
- we open a js file on the browser
- we open a html file that imports the js file
html 파일을 열면 js 파일이 임포트되있는게 불러오겠지
answer 2
- what can we do with the console of the browser?
- we can test our css code.
- we can see the html of our website
- we can write javascript code
내가 평소에 사용하는것은 자바스크립트 소스를 쓸수있다는게 맞겠지 ?
answer 3