diff options
Diffstat (limited to 'files/ru/web/javascript/reference/global_objects/string/startswith')
-rw-r--r-- | files/ru/web/javascript/reference/global_objects/string/startswith/index.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/files/ru/web/javascript/reference/global_objects/string/startswith/index.html b/files/ru/web/javascript/reference/global_objects/string/startswith/index.html index a58fbf5631..f13593ecac 100644 --- a/files/ru/web/javascript/reference/global_objects/string/startswith/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/startswith/index.html @@ -63,10 +63,6 @@ console.log(str.startsWith('не быть', 9)); // true <h2 id="Browser_compatibility" name="Browser_compatibility">Совместимость с браузерами</h2> -<div class="hidden"> -<p>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> -</div> - <p>{{Compat("javascript.builtins.String.startsWith")}}</p> <div id="compat-mobile"></div> |