We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e882e72 commit c7645b8Copy full SHA for c7645b8
7-network/1-xmlhttprequest/article.md
@@ -26,7 +26,6 @@ To do the request, we need 3 steps:
26
```js
27
let xhr = new XMLHttpRequest(); // no arguments
28
```
29
- As simple as this.
30
31
2. Initialize.
32
0 commit comments