This commit is contained in:
Ilya Kantor 2019-03-14 18:55:01 +03:00
parent e882e727f9
commit c7645b8875

View file

@ -26,7 +26,6 @@ To do the request, we need 3 steps:
```js
let xhr = new XMLHttpRequest(); // no arguments
```
As simple as this.
2. Initialize.
```js