Skip to content

Commit abc7152

Browse files
committed
Fix anchors
1 parent 5dff629 commit abc7152

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README_ko.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ ES2015(ES6)의 Tip & Tricks, 좋은 활용사례들과 코드 예제들이 포
66
## 목차
77

88
- [var VS let / const](#var-vs-let--const)
9-
- [IIFE를 블록으로 교체하기](#IIFE를-블록으로-교체하기)
9+
- [IIFE를 블록으로 교체하기](#iife를-블록으로-교체하기)
1010
- [애로우 펑션](#애로우-펑션)
1111
- [문자열](#문자열)
1212
- [Destructuring](#destructuring)
1313
- [모듈](#모듈)
14-
- [파라미터(Parameter)](#파라미터-parameter-)
14+
- [파라미터(Parameter)](#파라미터parameter)
1515
- [클래스](#클래스)
16-
- [심볼(Symbol)](#심볼-symbol-)
17-
- [맵(Map)](#맵-map-)
18-
- [위크맵(WeakMap)](#위크맵-weakmap-)
16+
- [심볼(Symbol)](#심볼symbol)
17+
- [맵(Map)](#맵map)
18+
- [위크맵(WeakMap)](#위크맵weakmap)
1919
- [Promise](#promise)
20-
- [제너레이터](#제너레이터)
20+
- [제너레이터(Generator)](#제너레이터generator)
2121
- [Async Await](#async-await)
2222
- [Getter/Setter 함수](#getter와-setter-함수)
2323

0 commit comments

Comments
 (0)