Tonight, I’m starting section 6 of Tony Alicea’s JavaScript: Understanding the Weird Parts. It covers JavaScript objects more in depth than what was covered in previous sections.
JavaScript: Understanding the Weird Parts
Object-Oriented JavaScript and Prototypal Inheritance: The Weird Parts – Notes
Today, I reviewed the Object Oriented and Protoypal Inheritance section in Tony Alicea’s JavaScript: Understanding the Weird Parts course.
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…
Types and Operators: The Weird Parts – Notes
Today, I’m revisiting Anthony Alicea’s JavaScript: Understanding the Weird Parts Section 3, Types and Operators.
Execution Contexts and Lexical Environments: The Weird Parts – Notes
Today, I began going through Anthony Alicea’s JavaScript: Understanding the Weird Parts course again. Once you know the basics of JavaScript and have learned how to write your own small programs, like the one’s here on JSBeginner’s 100 JavaScript Project List, this is a highly recommended course to learn better JavaScript. Toni’s content is slow, […]