Skip to content

Commit e1f493b

Browse files
OMEGA-YViolet-Bora-Lee
authored andcommitted
[어색한 표현 수정] 파트1 5.3 문자열
1 parent 7ccdccc commit e1f493b

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
@@ -402,7 +402,7 @@ alert( "Widget".endsWith("get") ); // true, "Widget"은 "get"으로 끝납니다
402402
```js run
403403
let str = "strin*!*gif*/!*y";
404404

405-
// 끝에서부터 4번째부터 시작해 끝에서부터 1번째 위치까지
405+
// 끝에서 4번째부터 시작해 끝에서 1번째 위치까지
406406
alert( str.slice(-4, -1) ); // gif
407407
```
408408

0 commit comments

Comments
 (0)