What are the different types of JavaScript?

: What are the different types of JavaScript?

Default Asked on September 3, 2018 in Programming.
Add Comment
1 Answer(s)

There are six types of JavaScript:

String, null, undefined, Object, Boolean and number. Objects include array, functions, and regular objects. Numbers may consist of real numbers, integers and also add special values such as NaN and infinity. Strings contain empty strings,

Default Answered on September 5, 2018.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.