Merge pull request #13175 from Quinn-H/fix/Unneccessary-semicolon

Unnecessary semicolon fixed  in "Functional Programming"
This commit is contained in:
Eric Leung
2017-02-05 18:49:39 -08:00
committed by GitHub

View File

@ -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\""