JavaScript: Basics
Posted on Jul 20th, 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
- MDN JS First Steps - The “Guides” section on this page is a good place to start familiarizing yourself with the basics of JS. You can jump in to whatever topic on that Guide list looks interesting to you.
- JavaScript homework: 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