From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- .../global_objects/string/fixed/index.html | 62 ---------------------- 1 file changed, 62 deletions(-) delete mode 100644 files/uk/web/javascript/reference/global_objects/string/fixed/index.html (limited to 'files/uk/web/javascript/reference/global_objects/string/fixed/index.html') diff --git a/files/uk/web/javascript/reference/global_objects/string/fixed/index.html b/files/uk/web/javascript/reference/global_objects/string/fixed/index.html deleted file mode 100644 index c13fbaa65f..0000000000 --- a/files/uk/web/javascript/reference/global_objects/string/fixed/index.html +++ /dev/null @@ -1,62 +0,0 @@ ---- -title: String.prototype.fixed() -slug: Web/JavaScript/Reference/Global_Objects/String/fixed -tags: - - JavaScript - - String - - метод - - не рекомендований -translation_of: Web/JavaScript/Reference/Global_Objects/String/fixed ---- -
{{JSRef}} {{deprecated_header}}
- -

Метод fixed() створює HTML-елемент <tt>, який відображає рядок моноширинним шрифтом.

- -

Синтаксис

- -
str.fixed()
- -

Значення, що повертається

- -

Рядок, що відображає HTML-елемент <tt>.

- -

Опис

- -

Метод fixed() вбудовує рядок у тег <tt>: "<tt>str</tt>".

- -

Приклади

- -

Використання fixed()

- -

Наступний приклад використовує метод fixed, щоб змінити форматування рядка:

- -
var worldString = 'Привіт';
-console.log(worldString.fixed()); // "<tt>Привіт</tt>"
-
- -

Специфікації

- - - - - - - - - - -
Специфікація
{{SpecName('ESDraft', '#sec-string.prototype.fixed', 'String.prototype.fixed')}}
- -

Сумісність з веб-переглядачами

- - - -

{{Compat("javascript.builtins.String.fixed")}}

- -

Див. також

- - -- cgit v1.2.3-54-g00ecf