• TOC {:toc}

Description

MDN에서 제공하는 Web 자습서 중 JavaScript의 첫 번째 모듈이다.

JavaScript란 무엇인가, 어떻게 생겼는가, 무엇을 할 수 있는가와 같은 핵심 내용과, 변수, 문자열, 숫자, 배열과 같은 JavaScript의 핵심 단위에 대해 다룬다.

Review

Progress

  • 기간: 2021.11.03 - 2021.12.05
  1. [X] 2021.11.03 What is JavaScript?
  2. [X] 2021.11.04 A first splash into JavaScript
  3. [X] 2021.12.02 What went wrong? Troubleshooting JavaScript
  4. [X] 2021.12.03 Storing the information you need — Variables
  5. [X] 2021.12.03 Basic math in JavaScript — numbers and operators
  6. [X] 2021.12.03 Handling text — strings in JavaScript
  7. [X] 2021.12.05 Useful string methods
  8. [X] 2021.12.05 Arrays