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/Boolean/Boolean below:

Boolean() 생성자 - JavaScript | MDN

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

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

Filter sidebar

목차
  1. 표준 내장 객체
  2. Boolean
  3. 생성자
    1. Boolean() 생성자
  4. 인스턴스 메서드
    1. Boolean.prototype.toString()
    2. Boolean.prototype.valueOf()
  5. 상속
  6. Object/Function
  7. 정적 메서드
    1. Function.prototype.apply()
    2. Function.prototype.bind()
    3. Function.prototype.call()
    4. Function.prototype.toSource()
    5. Function.prototype[@@hasInstance]()
  8. 정적 속성
    1. Function: displayName 비표준
    2. Function.prototype.length
    3. Function: name
    4. Function
    5. Function.arguments 비표준 지원이 중단되었습니다
    6. Function.prototype.caller 비표준 지원이 중단되었습니다
  9. 인스턴스 메서드
    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()
  10. 인스턴스 속성
    1. Object.prototype.__proto__ 지원이 중단되었습니다
    2. Object.prototype.constructor
목차 Boolean() 생성자

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

Boolean() 생성자는 Boolean 객체를 생성할 때 사용합니다.

시도해 보기
const flag = new Boolean();

console.log(flag);
// Expected output: false
구문

js

new Boolean([value]);
매개변수
value Optional

Boolean 객체의 초깃값.

명세 Specification ECMAScript® 2026 Language Specification
# sec-boolean-constructor
브라우저 호환성 같이 보기 Help improve MDN Was this page helpful to you? Learn how to contribute

.

This page was last modified on 2025년 2월 11일 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