Answer Posted / shekvem
Javascript has five types of data types
1.Number
2.String
3.Boolean
4.Null
5.Undefiend
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does three dots mean in texting?
What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }
Create an array in javascript with a list of 4 colors, assign that array to the variable, ‘colors’.
What is node ecosystem?
How to force a page to go to another page using javascript ?
all possible test cases for normal number field,name field date field,check box,
How can a page be forced to load another page in javascript?
java pgme for class members hours:minutes:seconds then the constructor expects milliseconds as assignment and initialize data members the members function print hh:mm:ss 90,000 milliseconds passed in constructor then the output is 00:01:30
What is spread syntax?
What's math constants and functions using javascript?
What is the disadvantage of using innerhtml in javascript?
Is a parabola a function?
How to read a cookie using javascript?
How to have an element invoke a javascript on selection, instead of going to a new url?
Is javascript array dynamic?