Merge pull request #1088 from Gr8manish/patch-1

Russian line to english conversion
This commit is contained in:
Ilya Kantor 2019-06-27 19:56:18 +03:00 committed by GitHub
commit 253566419b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ alert(url1); // https://javascript.info/profile/admin
alert(url2); // https://javascript.info/profile/admin
```
Переход к пути относительно текущего URL:
Go to the path relative to the current URL:
```js run
let url = new URL('https://javascript.info/profile/admin');