Today, I’m revisiting Anthony Alicea’s JavaScript: Understanding the Weird Parts Section 3, Types and Operators.
JavaScript Quiz Project
This JavaScript quiz project challenges you to code the functionality of a quiz.
At the end of the quiz, your users should get a total score.
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, […]
Notes from the MDN JavaScript Guide (JavaScript Functions)
Today’s notes focus on JavaScript functions and included notes on closures, arrow functions, defining functions, and JavaScript built in functions.
Just Another JavaScript Todo List Project
The objective for this JavaScript todo list project is to create a simple todo list that uses local storage to persist its data.
JavaScript Math Addition App
The objective for this JavaScript math addition app is to create two random numbers, add them, and then check to see if the user knows its answer.