#javascript
Read more stories on Hashnode
Articles with this tag
Interview Question · There are 2 types of data types Primitive data type Non-Primitive Data type Primitive Data type: Primitive Data types are those...
All about functions in JavaScript · What is a function? A JavaScript function is a block of code designed to perform a particular task. A JavaScript...
What is Object in JavaScript? In JavaScript, objects are king. If you understand objects, you understand JavaScript. In JavaScript, almost...
#iwritecode · What is an Array? In JavaScript, Array is a built-in global object that allows you to store multiple elements at once. Declaration syntax...
#iwritecode · What is Media Query? Media queries allow you to apply CSS styles depending on a device's general type (such as print vs. screen) or other...