mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
Merge pull request #13175 from Quinn-H/fix/Unneccessary-semicolon
Unnecessary semicolon fixed in "Functional Programming"
This commit is contained in:
+1
-1
@@ -1163,7 +1163,7 @@
|
||||
"function urlSlug(title) {",
|
||||
" ",
|
||||
" ",
|
||||
"};",
|
||||
"}",
|
||||
"// Add your code above this line",
|
||||
"",
|
||||
"var winterComing = urlSlug(globalTitle); // Should be \"winter-is-coming\""
|
||||
|
||||
Reference in New Issue
Block a user