#javascript
Read more stories on Hashnode
Articles with this tag
Arrays are special kind of data which can hold many values How we can create an array ? using an array literal [] using the new keyword creating...
what is variable? The word variable means that can vary. variable is a container for storing data Javascript variable can store any data values (e.g.,...
hi hello welcome to my blog so now we are going to see what are functions? Function is a piece of code is executed when you call that function. so why...