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