MDN Learn web development: JavaScript - JavaScript first steps
- TOC {:toc}
Description
MDN에서 제공하는 Web 자습서 중 JavaScript의 첫 번째 모듈이다.
JavaScript란 무엇인가, 어떻게 생겼는가, 무엇을 할 수 있는가와 같은 핵심 내용과, 변수, 문자열, 숫자, 배열과 같은 JavaScript의 핵심 단위에 대해 다룬다.
Review
Progress
- 기간: 2021.11.03 - 2021.12.05
- [X] 2021.11.03 What is JavaScript?
- [X] 2021.11.04 A first splash into JavaScript
- [X] 2021.12.02 What went wrong? Troubleshooting JavaScript
- [X] 2021.12.03 Storing the information you need — Variables
- [X] 2021.12.03 Basic math in JavaScript — numbers and operators
- [X] 2021.12.03 Handling text — strings in JavaScript
- [X] 2021.12.05 Useful string methods
- [X] 2021.12.05 Arrays