Russian line to english conversion
This commit is contained in:
parent
e0def22946
commit
274bcd95f7
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ alert(url1); // https://javascript.info/profile/admin
|
||||||
alert(url2); // https://javascript.info/profile/admin
|
alert(url2); // https://javascript.info/profile/admin
|
||||||
```
|
```
|
||||||
|
|
||||||
Переход к пути относительно текущего URL:
|
Go to the path relative to the current URL:
|
||||||
|
|
||||||
```js run
|
```js run
|
||||||
let url = new URL('https://javascript.info/profile/admin');
|
let url = new URL('https://javascript.info/profile/admin');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue