Skip to content

Commit 83b278f

Browse files
SiwakornSittilvarayut
authored andcommitted
Fix wrong typo (#6)
form to from
1 parent 786207b commit 83b278f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
// ดี
318318
const itemsCopy = [...items];
319319
```
320-
- [4.4](#4.4) <a name='4.4'></a> ใช้ฟังก์ชัน Array#form ในการแปลงอ็อบเจ็กต์เป็นอาร์เรย์
320+
- [4.4](#4.4) <a name='4.4'></a> ใช้ฟังก์ชัน Array#from ในการแปลงอ็อบเจ็กต์เป็นอาร์เรย์
321321

322322
```javascript
323323
const foo = document.querySelectorAll('.foo');

0 commit comments

Comments
 (0)