Skip to content

Commit 9c47f23

Browse files
OMEGA-YViolet-Bora-Lee
authored andcommitted
[오번역수정] 5.3 문자열 #842
1 parent 71e55c7 commit 9c47f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/03-string/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ alert( "Widget".endsWith("get") ); // true, "Widget"은 "get"으로 끝납니다
450450
| 메서드 | 추출할 부분 문자열 | 음수 허용 여부(인수)|
451451
|--------|-----------|-----------|
452452
| `slice(start, end)` | `start`부터 `end`까지(`end`는 미포함) | 음수 허용 |
453-
| `substring(start, end)` | `start``end` *사이* | 음수는 `0`으로 취급함 |
453+
| `substring(start, end)` | `start``end` 사이 | 음수는 `0`으로 취급함 |
454454
| `substr(start, length)` | `start`부터 `length`개의 글자 | 음수 허용 |
455455

456456
```smart header="어떤 메서드를 선택해야 하나요?"

0 commit comments

Comments
 (0)