#javascript
Read more stories on Hashnode
Articles with this tag
No1. Write a function That multipliesByTwo that takes a number as a parameter and returns the result of multiplying it by 2. Use a callback function...
// No 1 const Input = [1, 2, 4, 0]; const input2 = ( 'w3resource'); console.log (Array.isArray (Input)); console.log (Array.isArray(input2)); //No...
// No 1 var marketer = { name: "Jacob Drew", sclass: "VII", rollno: 10 }; console.log (marketer); // NO 2 var marketer = { name: "Jacob...