MCQ
Single Best Answer
Easy
QWhat is the role of the JavaScript "bigint" primitive data type?
ID: #21477
Data Types Introduction
95 views
Question Info
#21477Q ID
EasyDifficulty
Data Types IntroductionTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option A
Explanation
The "bigint" primitive data type in JavaScript is designed for storing large integers that exceed the limits of the standard "number" type. It ensures precision for integer values of arbitrary size.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic