Skip to content

Commit

Permalink
update(JS): web/javascript/reference/global_objects/bigint
Browse files Browse the repository at this point in the history
  • Loading branch information
viperehonchuk committed Feb 4, 2025
1 parent 2254c0c commit c489275
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ browser-compat: javascript.builtins.BigInt

{{JSRef}}

Значення **`BigInt`** (велике ціле) представляють числові значення, котрі [завеликі](/uk/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER) для представлення {{Glossary("Primitive", "примітивом")}} `number`.
Значення **`BigInt`** (велике ціле) представляють цілочислові значення, котрі [завеликі](/uk/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER) або [замалі](/uk/docs/Web/JavaScript/Reference/Global_Objects/Number/MIN_SAFE_INTEGER) для представлення {{Glossary("Primitive", "примітивом")}} `number`.

## Опис

Expand Down

0 comments on commit c489275

Please sign in to comment.