#iwritecode
Read more stories on Hashnode
Articles with this tag
When I was using console.log() for an object in the browser console, that is when I first encountered the word “prototype” in JavaScript. Prototype A...
➡️ JavaScript Array: In JavaScript, an array is considered an object. It allows for storing multiple values in a single variable. By definition, a Js...
What is CSS? 👨💻 CSS stands for Cascading Style Sheets. It is the language for describing the presentation of Web pages, including colors, layout,...