Podcast
Questions and Answers
Which of the following is a JavaScript native type?
Which of the following is a JavaScript native type?
- LinkedList
- HashMap
- String (correct)
- ArrayList
Which of the following is NOT a JavaScript native type?
Which of the following is NOT a JavaScript native type?
- Number
- Date
- Boolean
- Array (correct)
Which of the following is a JavaScript native type for storing true/false values?
Which of the following is a JavaScript native type for storing true/false values?
- Number
- String
- Boolean (correct)
- Undefined