Skip to content

Commit c7645b8

Browse files
committed
fix
1 parent e882e72 commit c7645b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

7-network/1-xmlhttprequest/article.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ To do the request, we need 3 steps:
2626
```js
2727
let xhr = new XMLHttpRequest(); // no arguments
2828
```
29-
As simple as this.
3029

3130
2. Initialize.
3231
```js

0 commit comments

Comments
 (0)