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 authored and AdriandeCita committed Sep 16, 2022
1 parent 9963aba commit 4191362
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ browser-compat: javascript.builtins.parseInt

## Синтаксис

```js
parseInt(string);
parseInt(string, radix);
```js-nolint
parseInt(string)
parseInt(string, radix)
```

### Параметри
Expand Down

0 comments on commit 4191362

Please sign in to comment.