adplus-dvertising
frame-decoration

Question

What is the function of the parseInt() method?

a.

Parses a datatype and stores in an integer

b.

Parses a string and returns an integer

c.

Parses an integer and returns a string

d.

None of the mentioned

Answer: (b).Parses a string and returns an integer

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the function of the parseInt() method?

Similar Questions

Discover Related MCQs

Q. What does it indicate when the radix value is 16?

Q. What is the purpose of the radix parameter in the parseInt() method?

Q. What will be the radix value of the parseInt() method when the string begins with 0?

Q. What is the purpose of the method JSON.parse()?

Q. What is the return type of the method parseInt()?

Q. What are the parameters of the method JSON.parse()?

Q. What will be the radix value of the parseInt() method when the string begins with any other value other than 0x and 0?

Q. What kind of an exception will be thrown if the string to parse is not valid JSON?

Q. Which of the following is a JavaScript Compressor?

Q. What is the purpose of the UgilifyJS?

Q. Which of the following is the fastest JavaScript parser?

Q. How many default number methods are available in JavaScript?

Q. What is an observer effect?

Q. Which of the following are ways to benchmark code?

Q. How to calculate the run time of a code?

Q. According to the workflow of a runtime logging, what happens after calculating the run time?

Q. Which of the following object is used to post the data to an external process, say savePerfData?

Q. Where does the external process save the result of the test?

Q. Which function is used to start the time logging?

Q. Which of the following attribute of form tag is not set by using document object in JavaScript?