Unneccessary semicolon fixed
This commit is contained in:
@ -1163,7 +1163,7 @@
|
|||||||
"function urlSlug(title) {",
|
"function urlSlug(title) {",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
"};",
|
"}",
|
||||||
"// Add your code above this line",
|
"// Add your code above this line",
|
||||||
"",
|
"",
|
||||||
"var winterComing = urlSlug(globalTitle); // Should be \"winter-is-coming\""
|
"var winterComing = urlSlug(globalTitle); // Should be \"winter-is-coming\""
|
||||||
|
Reference in New Issue
Block a user