#basics
Read more stories on Hashnode
Articles with this tag
Data Types are important concepts in any language. They define the type of data a variable can hold. In JavaScript, we have various data types...
Let's start with Variables. A Variable is a container that can hold a certain value, like in Maths we have variable x=2 or x+y=2 where x and y are...
What is JavaScript? JavaScript is a programming language designed for the web. How is JavaScript used? JavaScript is used to manipulate HTML and...