Skip to content

Commit

Permalink
update(JS): web/javascript/reference/global_objects/parseint
Browse files Browse the repository at this point in the history
  • Loading branch information
undead404 committed Mar 18, 2024
1 parent c911375 commit 49168f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ parseInt(string, radix)
parseInt("0xF", 16);
parseInt("F", 16);
parseInt("17", 8);
parseInt("015", 10); // однак `parseInt('015', 8)` поверне 13
parseInt("015", 10);
parseInt("15,123", 10);
parseInt("FXX123", 16);
parseInt("1111", 2);
Expand Down

0 comments on commit 49168f8

Please sign in to comment.