Today, I reviewed the Object Oriented and Protoypal Inheritance section in Tony Alicea’s JavaScript: Understanding the Weird Parts course.
JavaScript notes
Objects and Functions (Part 2): The Weird Parts – Notes
Today, I’m going to continue learning more about Objects and Functions as taught by Tony Alicea in his course, JavaScript: Understanding the Weird Parts.
Objects and Functions (Part 1): The Weird Parts – Notes
Today’s notes from Tony’s JavaScript: Understanding the Weird Parts covers notes on bracket and dot notation, object literals, faking namespaces, JSON, functions as objects, function statements and function expressions, and more…
Notes from the MDN JavaScript Guide (Loops and Iteration)
Loops all essentially do the same thing: repeat an action some number of times. JavaScript has 8 statements provided for loops.