Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
parseInt(" 0xF", 16);
|
||||
parseInt(" F", 16);
|
||||
parseInt("17", 8);
|
||||
parseInt(021, 8);
|
||||
parseInt("015", 10);
|
||||
parseInt(15.99, 10);
|
||||
parseInt("FXX123", 16);
|
||||
parseInt("1111", 2);
|
||||
parseInt("15*3", 10);
|
||||
parseInt("15e2", 10);
|
||||
parseInt("15px", 10);
|
||||
parseInt("12", 13);
|
||||
Loading…
Add table
Add a link
Reference in a new issue