JavaScript Notes 2
Loops
For loop
while loop
do while loop
Arrays
Data structure that can hold multiple data values in one variable.
Methods:
arr.length
arr.push();
arr.filter( () => {})
it returns a new array
arr.map( () => {})
Objects
Used to store multiple pro...
avadhut.hashnode.dev1 min read