3 lines
118 B
JavaScript
3 lines
118 B
JavaScript
|
|
parseInt("Hello", 8); // Not a number at all
|
||
|
|
parseInt("546", 2); // Digits are not valid for binary representations
|