Russian line to english conversion

This commit is contained in:
Manish Menaria 2019-06-26 23:57:17 -07:00 committed by GitHub
parent e0def22946
commit 274bcd95f7
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');