aboutsummaryrefslogtreecommitdiff
path: root/files/uk/web/javascript/reference/global_objects/date/tosource
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-04-29 16:16:42 -0700
committerGitHub <noreply@github.com>2021-04-29 16:16:42 -0700
commit95aca4b4d8fa62815d4bd412fff1a364f842814a (patch)
tree5e57661720fe9058d5c7db637e764800b50f9060 /files/uk/web/javascript/reference/global_objects/date/tosource
parentee3b1c87e3c8e72ca130943eed260ad642246581 (diff)
downloadtranslated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip
remove retired locales (#699)
Diffstat (limited to 'files/uk/web/javascript/reference/global_objects/date/tosource')
-rw-r--r--files/uk/web/javascript/reference/global_objects/date/tosource/index.html49
1 files changed, 0 insertions, 49 deletions
diff --git a/files/uk/web/javascript/reference/global_objects/date/tosource/index.html b/files/uk/web/javascript/reference/global_objects/date/tosource/index.html
deleted file mode 100644
index 1ac73ec7a3..0000000000
--- a/files/uk/web/javascript/reference/global_objects/date/tosource/index.html
+++ /dev/null
@@ -1,49 +0,0 @@
----
-title: Date.prototype.toSource()
-slug: Web/JavaScript/Reference/Global_Objects/Date/toSource
-tags:
- - Date
- - JavaScript
- - Довідка
- - метод
-translation_of: Web/JavaScript/Reference/Global_Objects/Date/toSource
----
-<div>{{JSRef}} {{obsolete_header}}</div>
-
-<p>Метод <strong><code>toSource()</code></strong> повертає рядкове представлення першокоду об'єкта.</p>
-
-<h2 id="Синтаксис">Синтаксис</h2>
-
-<pre class="syntaxbox notranslate"><var>dateObj</var>.toSource()
-Date.toSource()</pre>
-
-<h3 id="Повертає">Повертає</h3>
-
-<p>Рядкове представлення першокоду наданого об'єкта {{jsxref("Global_Objects/Date", "Date")}}.</p>
-
-<h2 id="Приклади">Приклади</h2>
-
-<h3 id="Вбудована_функція">Вбудована функція</h3>
-
-<p>Для вбудованого об'єкта {{jsxref("Date")}} <code>toSource()</code> повертає наступний рядок, який вказує, що першокод недоступний:</p>
-
-<pre class="brush: js notranslate">function Date() {
- [native code]
-}
-</pre>
-
-<h2 id="Специфікації">Специфікації</h2>
-
-<p>Не є частиною жодного стандарту.</p>
-
-<h2 id="Сумісність_з_веб-переглядачами">Сумісність з веб-переглядачами</h2>
-
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
-<p>{{Compat("javascript.builtins.Date.toSource")}}</p>
-
-<h2 id="Див._також">Див. також</h2>
-
-<ul>
- <li>{{jsxref("Object.prototype.toSource()")}}</li>
-</ul>