A

Admin • 833K Points
Coach

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

  • (A) Numeral system not to be used
  • (B) Numeral system to be used
  • (C) Convertion mode
  • (D) None of the mentioned
  • Correct Answer - Option(B)
  • Views: 32
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

The radix parameter is used to specify which numeral system to be used, for example, a radix of 16 (hexadecimal) indicates that the number in the string should be parsed from a hexadecimal number to a decimal number.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.