InterviewSolution
Saved Bookmarks
| 1. |
Which method is not used for converting variables to number?(a) parseInt()(b) Number()(c) parseFloat()(d) valueOf()I had been asked this question by my school principal while I was bunking the class.This intriguing question originated from Essential JavaScript and jQuery topic in portion HTML Tables, Javascript & Jquery Basics of HTML |
|
Answer» Correct answer is (d) VALUEOF() |
|