setTimeout() , clearTimeout() , setInterval() , clearInterval()
setTimeout and clearTimeout : --------------------------------------- html file : <! DO…
Read moresetTimeout and clearTimeout : --------------------------------------- html file : <! DO…
Read moreWhat is an Event? HTML event is a thing that happens to the HTML element. Eg : >Page l…
Read moreMath : Math object helps us to perform a mathematical operation // console.log(Math.PI);…
Read moreindex.html : <! DOCTYPE html > < html lang = "en" > < head &…
Read moreString : >Anything written in quotes is String. >You can use single or double quote…
Read moreReduce () : >Flatten the array - convert 3d or 2d array into a single-dimension array &…
Read morelet food = [ 'mango' , 'rice' , 'pepper' , 'pear' ]; map…
Read morepush() : ---------- >add one or more element at the end of the array >return new len…
Read moreindexOf() : ---------- >forward search >return first index number of the element, if …
Read morevar arr = [ "himanshu" , "shekhar" , "vinod" , "har…
Read morefunction fac ( n ) { let fact = 1 ; if ( n == 1 || n == 0 ){ …
Read moreprocess.stdout.write continuously prints the information as the data being retrieved and…
Read more
Follow Us