Skip to content

Commit d2f140b

Browse files
gamzachipsViolet-Bora-Lee
authored andcommitted
[FormData] 번역 - line69(#1232)
1 parent cafc73f commit d2f140b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/02-formdata/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ There's also method `set`, with the same syntax as `append`. The difference is t
6666
- `formData.set(name, value)`,
6767
- `formData.set(name, blob, fileName)`.
6868

69-
Also we can iterate over formData fields using `for..of` loop:
69+
Âü°í·Î Æû µ¥ÀÌÅÍ Çʵ忡 ¹Ýº¹ ÀÛ¾÷À» ÇÒ¶© `for..of` ·çÇÁ¸¦ »ç¿ëÇÒ ¼ö ÀÖ½À´Ï´Ù.
7070

7171
```js run
7272
let formData = new FormData();

0 commit comments

Comments
 (0)