Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are JavaScript types?

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


Please Help Members By Posting Answers For Below Questions

What does three dots mean in texting?

883


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; }

3282


Create an array in javascript with a list of 4 colors, assign that array to the variable, ‘colors’.

858


What is node ecosystem?

824


How to force a page to go to another page using javascript ?

850


all possible test cases for normal number field,name field date field,check box,

1381


How can a page be forced to load another page in javascript?

1046


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

1876


What is spread syntax?

884


What's math constants and functions using javascript?

991


What is the disadvantage of using innerhtml in javascript?

1124


Is a parabola a function?

843


How to read a cookie using javascript?

1060


How to have an element invoke a javascript on selection, instead of going to a new url?

838


Is javascript array dynamic?

863