JavaScript Basics
Posted on May 23rd, 2022
🗓️ Today’s topics
- Basic programming concepts in JavaScript
- Using variables, data types, conditionals, loops, and functions
🎯 Project: Free Code Camp JavaScript Exercises
First half due Tuesday morning
English: JavaScript practice exercises, from the beginning through “Shopping List” for tomorrow morning.
Español: Los mismos ejercisios en Español de ‘Comenta tu código’ a ‘Lista de Compras’ antes del martes por la mañana.
✅ TODO Today
- Log in to http://classroom.momentumlearn.com and complete your self-evaluation from last week if you have not yet.
🔖 Resources
- So You Want to Be a Wizard
- MDN JavaScript Basics
- MDN JavaScript Basics Español
- JS Equality Table
- MDN Truthy in JS
- MDN Truthy in JS Español
- MDN Falsy in JS