#html5
Read more stories on Hashnode
Articles with this tag
Set up react in 4 simple steps · Step - 1 First create a folder in which you want to set up your REACT project. Open this folder in VScode. Step -...
Understanding addEventListener() in JavaScript. · The addEventListener() method attaches an event handler to the specified element. It allows you to...
Understanding String Literals and Boolean Literals in JavaScript. · String Literals A string literal is a sequence of one or more letters, numbers or...
understanding numeric literals in JavaScript · JavaScript treats all numbers the same, so you don't have to do anything when working with the two basic...
Literals in JavaScript · In programming a variable's data type is specified as what kind of data is stored in a particular variable. Literals are a...
Naming Conventions for JavaScript Variables · There are some important rules to follow when naming variables in JavaScript: Variable names can only...