BigInt() 생성자
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2020.
BigInt()
생성자는 BigInt
객체를 생성합니다.
구분
js
BigInt(value);
매개변수
예제
js
BigInt(123);
// 123n
명세
Specification |
---|
ECMAScript® 2025 Language Specification # sec-bigint-constructor |
브라우저 호환성
Report problems with this compatibility data on GitHubdesktop | mobile | server | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
BigInt() constructor |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
같이 보기
BigInt
클래스