πŸ“Š JavaScript
Q. Which of these is NOT a JavaScript data type?
  • (A) float
  • (B) string
  • (C) boolean
  • (D) object
πŸ’¬ Discuss
βœ… Correct Answer: (A) float

Explanation: JavaScript does not have a separate 'float' type; all numbers are of type number.

Explanation by: Mr. Dubey
JavaScript does not have a separate 'float' type; all numbers are of type number.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
46
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
89%
Success Rate