Skip to content

Commit

Permalink
Update files/en-us/web/javascript/reference/global_objects/parseint/i…
Browse files Browse the repository at this point in the history
…ndex.md

Co-authored-by: Jason Ren <40999116+jasonren0403@users.noreply.github.com>
  • Loading branch information
Josh-Cena and jasonren0403 authored Mar 15, 2024
1 parent a692d79 commit 2706eb9
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 @@ The following examples all return `15`:
parseInt("0xF", 16);
parseInt("F", 16);
parseInt("17", 8);
parseInt("015", 10); // but `parseInt(015, 10)` will return 13
parseInt("015", 10);
parseInt("15,123", 10);
parseInt("FXX123", 16);
parseInt("1111", 2);
Expand Down

0 comments on commit 2706eb9

Please sign in to comment.