A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/BigInt/BigInt below:

BigInt() 생성자 - JavaScript | MDN

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

이 페이지는 영어로부터 커뮤니티에 의하여 번역되었습니다. MDN Web Docs에서 한국 커뮤니티에 가입하여 자세히 알아보세요.

Filter sidebar

목차
  1. 표준 내장 객체
  2. BigInt
  3. 생성자
    1. BigInt() 생성자
  4. 정적 메서드
    1. BigInt.asIntN()
    2. BigInt.asUintN()
  5. 인스턴스 메서드
    1. BigInt.prototype.toLocaleString()
    2. BigInt.prototype.toString()
    3. BigInt.prototype.valueOf()
  6. 상속
  7. Object/Function
  8. 정적 메서드
    1. Function.prototype.apply()
    2. Function.prototype.bind()
    3. Function.prototype.call()
    4. Function.prototype.toSource()
    5. Function.prototype[@@hasInstance]()
  9. 정적 속성
    1. Function: displayName 비표준
    2. Function.prototype.length
    3. Function: name
    4. Function
    5. Function.arguments 비표준 지원이 중단되었습니다
    6. Function.prototype.caller 비표준 지원이 중단되었습니다
  10. 인스턴스 메서드
    1. Object.prototype.__defineGetter__() 지원이 중단되었습니다
    2. Object.prototype.__defineSetter__() 지원이 중단되었습니다
    3. Object.prototype.__lookupGetter__() 지원이 중단되었습니다
    4. Object.prototype.__lookupSetter__() 지원이 중단되었습니다
    5. Object.prototype.hasOwnProperty()
    6. Object.prototype.isPrototypeOf()
    7. Object.prototype.propertyIsEnumerable()
    8. Object.prototype.toLocaleString()
    9. Object.prototype.toString()
    10. Object.prototype.valueOf()
  11. 인스턴스 속성
    1. Object.prototype.__proto__ 지원이 중단되었습니다
    2. Object.prototype.constructor
목차 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);
매개변수
value

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

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

예제

js

BigInt(123);
// 123n
명세 Specification ECMAScript® 2026 Language Specification
# sec-bigint-constructor
브라우저 호환성 같이 보기 Help improve MDN Was this page helpful to you? Learn how to contribute

.

This page was last modified on 2023년 8월 8일 by MDN contributors.

View this page on GitHub

•

Report a problem with this content

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4