#css
Read more stories on Hashnode
Articles with this tag
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...
What we can not do with JavaScript · JavaScript has many capabilities, but there are also limitations to what it can do. Some of the main things...