TIL
Mozilla - javascript first steps
홍차23
2019. 11. 5. 00:13

In this module
- What is JavaScript?
- A first splash into JavaScript
- What went wrong? Troubleshooting JavaScript
- Storing the information you need — Variables
- Basic math in JavaScript — numbers and operators
- Handling text — strings in JavaScript
- Useful string methods
- Arrays
- Assessment: Silly story generator
Silly story generator
In this assessment you'll be tasked with taking some of the knowledge you've picked up in this module's articles and applying it to creating a fun app that generates random silly stories. Have fun!
developer.mozilla.org
오늘은 8개 주제를 살펴봤다.
오랜만에 자바스크립트 기본을 봤는데, 간간히 재밌는 과제들이 있었다.
근데 마지막꺼는 지시대로 따라하는게 아직 좀 어렵다.
담에 또 해보자!