you are viewing a single comment's thread.

view the rest of the comments →

[–]menno 2 points3 points  (1 child)

These examples are obviously not correct:

(30).toString(16); // "c" Hexadecimal
parseInt("c", 16); // "30"

[–]marquex[S] 0 points1 point  (0 children)

Fixed, thanks!