Computer Science, asked by romilpatel11, 5 months ago

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 dattarajshinde44
0

Answer:

b) isnumber()

Explanation:

isnumber() function is used to convert data type to number.

Similar questions