I have recently came across the term intrinsic (data) types in the StackOverflow question related to Javascript, but it was not clearly conveyed what is meant by this term.
So the question is. What are the intrinsic (data) types in Javascript?
I have recently came across the term intrinsic (data) types in the StackOverflow question related to Javascript, but it was not clearly conveyed what is meant by this term.
So the question is. What are the intrinsic (data) types in Javascript?
"Intrinsic" is the way some authors refer to what other authors call "built-in". So, those data types/objects/classes are always there regardless of what environment you're running in.
E.g.:
JavaScript provides intrinsic (or "built-in") objects. They are the
Array
,Boolean
,Date
,Error
,Function
,Global
,JSON
,Math
,Number
,Object
,RegExp
, andString
objects.https://learn.microsoft.com/en-us/scripting/javascript/intrinsic-objects-javascript