The objective of this JavaScript budgeting application project is to use JavaScript OOP. It takes a budget and expenses and provides a running balance.
Object Oriented JavaScript
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.