blob: c74eefc7e6c22857e0d801aaddc267016a1ac223 (
plain)
1
2
3
4
5
6
7
|
[] -> 0 (type string)
[5apple] -> 5 (type string)
[+NaN] -> nan (type number)
[ 6] -> 6 (type number)
[0x1az] -> 26 (type string)
[011Q] -> 9 (type string)
[027] -> 23 (type number)
|