Oriented Object Programming combines a group of related variables and functions into unit which is called an object. We refer to these variables as properties and the functions as methods. Let’s say we create a class robot, we need to represent each different robots or entities. That’s where classes and objects come in. In python,…
Category: JavaScript
JavaScript Mini Project – Vocabulary Quiz
I developed vocabulary quiz app in JavaScript including creating technical requirements, implementing logic and functionality, and styling the app. App Development Plan showing one question on the screen enable user input and answering logic improve the structure of the app extend app to handle multiple questions add score and user feedback to the app add…