Movatterモバイル変換


[0]ホーム

URL:


  1. 개발자를 위한 웹 기술
  2. JavaScript
  3. JavaScript 참고서
  4. 표준 내장 객체
  5. BigInt
  6. BigInt() 생성자

This page was translated from English by the community.Learn more and join the MDN Web Docs community.

View in EnglishAlways switch to English

BigInt() 생성자

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨2020년 9월⁩.

BigInt() 생성자는BigInt 객체를 생성합니다.

구분

js
BigInt(value);

매개변수

value

생성하는 객체에 할당할 숫자 값. 문자열 또는 정수를 사용할 수 있습니다.

참고 :BigInt()new 연산자와 함께 사용하지 않습니다.

예제

js
BigInt(123);// 123n

명세

Specification
ECMAScript® 2026 Language Specification
# sec-bigint-constructor

브라우저 호환성

같이 보기

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp