Which number types are available in the JavaScript but not supported in the JSON?
Options:
Explanation:
The
Infinity and
NaN data types are available in the JavaScript but not supported in the JSON.
Tags:
JSON
Answer:
Which number types are available in the JavaScript but not supported in the JSON Infinity and NaN.