Posts 바닐라 JS 챌린지 1
Post
Cancel

바닐라 JS 챌린지 1

자바스크립트 얘기를 엄청한다

영상에서 프론트엔드는 자바스크립트밖에 없다

자바스크립트 약쟁이짓을한다고한다 ㅋㅋㅋㅋ

10 Quiz

  1. how many promramming languages can you use on the backend?

  2. more than 10
  3. only javascript
  4. only python

answer 1

  1. how many programming languages can you use on the frontend?

  2. 10
  3. only javascript
  4. html, css and js

answer 2

  1. can you make a video game using javascript?

  2. yes
  3. no

글쎄 … 이건 아마 아니다라고 선택해야되는것일까

answer 2

  1. javascript comes installed with all the browsers

  2. yes
  3. no

모든브라우저에서 제공되는것이기때문에 1번선택

이게 가장큰 자바스크립트의 장점이라 생각된다

answer 1

  1. how long did it take to create javascript?

  2. 1 month

  3. 2 months

  4. 10 days

    놀랍게도 10일만에 만들어냈다는 자바스크립트이 창시자님

answer 3

  1. why was javascript created?

  2. to program backends

  3. to make mobile games

  4. to add interactivity to websites

    자바스크립트의 탄생배경은 넷스케이프의 동적인 실행을 위해서 만들었다는 말이있다

answer 3

  1. to use javascript on a website we need to download it first

  2. yes

  3. no

    다운로드없이 모든 환경에서 바로 실행가능하다 내장되어있다는말..

  4. to execute a JS file, we need to open it on a browser

  5. yes
  6. no

글쎄 이건 아마 맞지않을까? 브라우저에서 실행되는게 기본이기 때문에

answer 1

  1. how can we ‘run’ js files on the browser?

  2. we open a js file on the browser
  3. we open a html file that imports the js file

html 파일을 열면 js 파일이 임포트되있는게 불러오겠지

answer 2

  1. what can we do with the console of the browser?
    1. we can test our css code.
    2. we can see the html of our website
    3. we can write javascript code

내가 평소에 사용하는것은 자바스크립트 소스를 쓸수있다는게 맞겠지 ?

answer 3

This post is licensed under CC BY 4.0 by the author.