The objective of this JavaScript AJAX project is to use the Chuck Norris API to retrieve a random joke, and then output it to the DOM.
JavaScript OOP Budgeting App Project
The objective of this JavaScript budgeting application project is to use JavaScript OOP. It takes a budget and expenses and provides a running balance.
JavaScript FlashCard OOP Project
The objective of this JavaScript course form project is use JavaScript OOP to create a flash card web application.
This is another project from John Smilga’s JavaScript Tutorial and Project course. And again, I’d consider this an intermediate JavaScript project.
It creates instances from two JavaScript constructor functions, one for the UI and one for questions.
JavaScript OOP Course Form Project
The objective of this JavaScript course form project is use JavaScript OOP to display user generated content to the page.
This project can easily be created without OOP, but because the code solution at my repository (and in John’s course) uses OOP, I’d consider this an intermediate JavaScript project.
Building Objects: The Weird Parts – Notes
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 Grocery List Project 2
The objective of this JavaScript grocery list project is to create a list that accepts an item and also saves it to local storage.