JavaScript Basics
Posted on Apr 27th, 2020
Today’s topics
- Basic programming concepts in JavaScript
- Using variables, data types, conditionals, loops, and functions
Project
JavaScript Problem Set 1
Link to the assignment invitation
TODO
- Read So You Want to Be a Wizard by Julia Evans
- JavaScript problem set 1
Links and resources
- So You Want to Be a Wizard
- MDN JavaScript
- Kyle Simpson’s You Don’t Know JS: Get Started
- Eloquent JavaScript
- JS Equality Table
- MDN Falsy in JS
- MDN Truthy in JS