Intro to JavaScript
Day 3: type conversion and type coercion
Day 4: operators, if statements, and the ternary operator
Day 5: a bit of history and introduction to functions
Day 6: Functions calling other functions
Day 7: Arrays
Day 8: Array methods
Day 9: Objects
Day 10: Objects methods
Day 11: For loop
Day 12: More loops
Day 13: VS Code Setup
Day 14: Learn how to code: it's a journey!
Day 15: Learn how to code: debug skills!
Day 16: CrashCourse HTML and CSS - joined by Miss 11
Day 17: CrashCourse HTML and CSS - joined by Miss 11 - Part 2
Day 18: first project - make a "guess my number" game - Part 1
Day 19: first project - make a "guess my number" game - Part 2
Day 20: first project - make a "guess my number" game - Part 3
Day 21: second project - modal window 🧁
Day 22: second project - modal window 🧁 - part 2
Day 23: third project - roll the dice 🎲🎲🎲
Day 24: JavaScript behind the scenes - overview ✨
Day 25: JavaScript engine and JavaScript runtime in the browser 💻
Day 26: Execution context and the call stack 💻
Day 27: scope and scope chain ⛓
Day 28: scoping in action 🚀
Day 29: hoisting and the TDZ ☠
Day 30: hoisting in action: Don't use var! ☠
Day 31: Who dis? The THIS keyword 👆
Day 32: THIS - some examples
Day 33: THIS - regular functions and arrow functions
My very first project outside of a tutorial- a to-do app
Day 34: primitive vs reference types 🤯
Day 34: JS art - github.com/LuiseFreese/CreateWithJS
Day 35: primitive vs reference types in practice
Day 36: array deconstruction 🍕