#web-development
Read more stories on Hashnode
Articles with this tag
There are three ways of declaring a variable in Javascript.The oldest one is using the var keyword , let and const were introduced in ES6 . To declare...
CSS Selectors CSS Selector is used to select an HTML element to apply CSS on it. There are different types of CSS selectors.Let's see some of...