File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"title" : " JavaScript Garden" ,
3
- "langTitle" : " JavaScript Garden in English " ,
3
+ "langTitle" : " JavaScript Garden" ,
4
4
"description" : " A Guide to JavaScript's Quirks and Flaws." ,
5
5
"sections" : [
6
6
{
7
- "title" : " Intro " ,
7
+ "title" : " 소개 " ,
8
8
"dir" : " intro" ,
9
9
"articles" : []
10
10
},
11
11
{
12
- "title" : " Objects " ,
12
+ "title" : " 객체 " ,
13
13
"dir" : " object" ,
14
14
"articles" : [
15
15
" general" ,
19
19
]
20
20
},
21
21
{
22
- "title" : " Functions " ,
22
+ "title" : " 함수 " ,
23
23
"dir" : " function" ,
24
24
"articles" : [
25
25
" general" ,
31
31
]
32
32
},
33
33
{
34
- "title" : " Arrays " ,
34
+ "title" : " Array " ,
35
35
"dir" : " array" ,
36
36
"articles" : [
37
37
" general" ,
38
38
" constructor"
39
39
]
40
40
},
41
41
{
42
- "title" : " Types " ,
42
+ "title" : " 타입 " ,
43
43
"dir" : " types" ,
44
44
"articles" : [
45
45
" equality" ,
49
49
]
50
50
},
51
51
{
52
- "title" : " Core " ,
52
+ "title" : " 핵심 " ,
53
53
"dir" : " core" ,
54
54
"articles" : [
55
55
" eval" ,
59
59
]
60
60
},
61
61
{
62
- "title" : " Other " ,
62
+ "title" : " 기타 " ,
63
63
"dir" : " other" ,
64
64
"articles" : [
65
65
" timeouts"
You can’t perform that action at this time.
0 commit comments