diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-06 10:30:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-06 10:30:13 -0400 |
commit | 2a289d584f99b0ff5740910f9d205f5f3df4a35e (patch) | |
tree | 6af3df435d0144253a8c6d9af7086b3cd32baf29 /files/pl/conflicting/web/javascript/reference/global_objects/boolean/index.html | |
parent | a4c6710ffa163cf060a010ad76915d75c787bb1e (diff) | |
download | translated-content-2a289d584f99b0ff5740910f9d205f5f3df4a35e.tar.gz translated-content-2a289d584f99b0ff5740910f9d205f5f3df4a35e.tar.bz2 translated-content-2a289d584f99b0ff5740910f9d205f5f3df4a35e.zip |
delete conflicting/orphaned docs in pl (#1415)
Diffstat (limited to 'files/pl/conflicting/web/javascript/reference/global_objects/boolean/index.html')
-rw-r--r-- | files/pl/conflicting/web/javascript/reference/global_objects/boolean/index.html | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/files/pl/conflicting/web/javascript/reference/global_objects/boolean/index.html b/files/pl/conflicting/web/javascript/reference/global_objects/boolean/index.html deleted file mode 100644 index d736bbcb1f..0000000000 --- a/files/pl/conflicting/web/javascript/reference/global_objects/boolean/index.html +++ /dev/null @@ -1,50 +0,0 @@ ---- -title: Boolean.prototype -slug: conflicting/Web/JavaScript/Reference/Global_Objects/Boolean -tags: - - Dokumentacja_JavaScript - - Dokumentacje - - JavaScript - - Strony_wymagające_dopracowania - - Wszystkie_kategorie -translation_of: Web/JavaScript/Reference/Global_Objects/Boolean -translation_of_original: Web/JavaScript/Reference/Global_Objects/Boolean/prototype -original_slug: Web/JavaScript/Referencje/Obiekty/Boolean/prototype ---- -<div>{{JSRef}}</div> - -<h2 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h2> - -<p>Reprezentuje prototyp konstruktora {{jsxref("Boolean")}}.</p> - -<h2 id="Opis" name="Opis">Opis</h2> - -<p>Instancje {{jsxref("Boolean")}} dziedziczą z <code>Boolean.prototype</code>. Możesz użyć obiektu prototypu konstruktora, by dodać własności lub metody do wszystkich instancji {{jsxref("Boolean")}}.</p> - -<h2 id="W.C5.82asno.C5.9Bci" name="W.C5.82asno.C5.9Bci">Własności</h2> - -<dl> - <dt><code>Boolean.prototype.constructor</code></dt> - <dd>Zwraca funkcję, która tworzy instancję prototypu. Jest to domyślnie funkcja {{jsxref("Boolean")}}.</dd> -</dl> - -<div>{{jsOverrides("Object", "properties", "constructor")}}</div> - -<h2 id="Metody" name="Metody">Metody</h2> - -<dl> - <dt>{{jsxref("Boolean.prototype.toSource()")}} {{non-standard_inline}}</dt> - <dd>Zwraca ciąg zawierający źródło obiektu <code>Boolean</code>; możesz użyć tego ciągu, by stworzyć równoważny obiekt. Przesłania metodę {{jsxref("Object.prototype.toSource()")}}.</dd> -</dl> - -<dl> - <dt>{{jsxref("Boolean.prototype.toString()")}}</dt> - <dd>Zwraca ciąg "true" albo "false", zależnie od wartości obiektu. Przesłania metodę {{jsxref("Object.prototype.toString()")}}.</dd> -</dl> - -<dl> - <dt>{{jsxref("Boolean.prototype.valueOf()")}}</dt> - <dd>Zwraca prostą wartość obiektu <code>Boolean</code>. Przesłania metodę {{jsxref("Object.prototype.valueOf()")}}.</dd> -</dl> - -<div>{{jsOverrides("Object", "methods", "toSource", "toString", "valueOf")}}</div> |