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.
The post JavaScript FlashCard OOP Project appeared first on JSBeginners.