Using which of the following inbuilt JavaScript function data can be converted into number?
a. isNaN() b. isnumber() c. parseNumber() d. parseFloat()
Answers
Answered by
0
Answer:
b) isnumber()
Explanation:
isnumber() function is used to convert data type to number.
Similar questions