--- title: Boolean.prototype slug: conflicting/Web/JavaScript/Reference/Global_Objects/Boolean translation_of: Web/JavaScript/Reference/Global_Objects/Boolean translation_of_original: Web/JavaScript/Reference/Global_Objects/Boolean/prototype original_slug: Web/JavaScript/Reference/Global_Objects/Boolean/prototype ---
Boolean.prototype özelliği {{jsxref ("Boolean")}} yapıcı methodunun prototipini temsil eder.
Bu etkileşimli örnek için kaynak bir GitHub deposunda saklanır. Etkileşimli örnek projeye katkıda bulunmak istiyorsanız lütfen https://github.com/mdn/interactive-examples'ları kopyalayıp bize pull request gönderin.
{{jsxref("Boolean")}} instances inherit from Boolean.prototype
. You can use the constructor's prototype object to add properties or methods to all {{jsxref("Boolean")}} instances.
Boolean.prototype.constructor
"true"
ya da "false"
dizesini döndürür. {{Jsxref ("Object.prototype.toString ()")}} methodunu geçersiz kılar.Özellikler | Durum | Açıklama |
---|---|---|
{{SpecName('ES1')}} | {{Spec2('ES1')}} | İlk tanım. JavaScript 1.0'da uygulanmaktadır. |
{{SpecName('ES5.1', '#sec-15.6.3.1', 'Boolean.prototype')}} | {{Spec2('ES5.1')}} | |
{{SpecName('ES6', '#sec-boolean.prototype', 'Boolean.prototype')}} | {{Spec2('ES6')}} | |
{{SpecName('ESDraft', '#sec-boolean.prototype', 'Boolean.prototype')}} | {{Spec2('ESDraft')}} |
{{Compat("javascript.builtins.Boolean.prototype")}}