diff options
Diffstat (limited to 'files/ru/web/api/htmlanchorelement/username/index.html')
-rw-r--r-- | files/ru/web/api/htmlanchorelement/username/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/htmlanchorelement/username/index.html b/files/ru/web/api/htmlanchorelement/username/index.html index c212668e7e..b6ff99a04a 100644 --- a/files/ru/web/api/htmlanchorelement/username/index.html +++ b/files/ru/web/api/htmlanchorelement/username/index.html @@ -24,7 +24,7 @@ original_slug: Web/API/HTMLHyperlinkElementUtils/username <pre class="brush: js">// Допустим, что документ содержит элемент <a id="myAnchor" href="https://anonymous:flabada@developer.mozilla.org/en-US/docs/HTMLHyperlinkElementUtils.username"> var anchor = document.getElementByID("myAnchor"); -var result = anchor.username; // Вернет: 'anonymous' +var result = anchor.username; // Вернёт: 'anonymous' </pre> <h2 id="Спецификации">Спецификации</h2> |