바닐라JS 챌린지 day1 퀴즈

sohyun·2022년 11월 21일
0
post-thumbnail

01. How many programing languages can you use on the FE?

  • ✅ only JS

02. Can you make a video game using JS?

  • ✅ Yes

03. JS comes installed with all the browsers.

  • ✅ Yes

04. Why was JS created?

  • ✅ To add interactivity to Websites

05. To use JS on a website we can need to download it first

  • ✅ No

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

  • ‼️ No

자바스크립트 실행환경

  • 모든 브라우저, Node.js 둘 다 자바스크립트 엔진을 갖고있으므로 실행 가능하다.
  • 🚨단 차이점은 브라우저는 HTML,CSS,JS를 실행하여 웹페이지를 브라우저 화면에 렌더링 하는 것이 목적이며, Node.js는 브라우저 외부에서 JS 실행 환경을 제공하는것이 목적이다.
  • 따라서 브라우저와 Node.js는 ECMAScript 이외에 추가로 제공하는 기능은 호환되지 않음
    예를들어, Node.jsdptjsms DOM API를 지원하지 않으며 브라우저는 파일시스템을 지원하지 않는다.

07. What can we do with the console of the browser?

  • ✅ We can write JS code

08. How many programing languages can you use on the BE?

  • ✅ More than 10
profile
냠소현 개발일지

0개의 댓글