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
Answers
Answered by
0
hiii dear
ur answer
If the radix parameter is omitted, JavaScript assumes the following:
1. If the string begins with “0x”, the radix is 16 (hexadecimal)
2. If the string begins with “0”, the radix is 8 (octal). This feature is deprecated
3. If the string begins with any other value, the radix is 10 (decimal)
ur answer
If the radix parameter is omitted, JavaScript assumes the following:
1. If the string begins with “0x”, the radix is 16 (hexadecimal)
2. If the string begins with “0”, the radix is 8 (octal). This feature is deprecated
3. If the string begins with any other value, the radix is 10 (decimal)
Answered by
0
______✨ HEY MATE ✨______
➡️Option (D) None of the Mentioned is the right answer ✔️
,
➡️Option (D) None of the Mentioned is the right answer ✔️
,
Similar questions
Math,
7 months ago
English,
7 months ago
English,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Computer Science,
1 year ago
English,
1 year ago