Skip to content

Commit

Permalink
Merge pull request learn-co-students#22 from DakotaLMartinez/patch-1
Browse files Browse the repository at this point in the history
Fix confusing comment in index.js
  • Loading branch information
gj authored Sep 6, 2017
2 parents 31d4bd2 + 7d4c988 commit 35ad617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ var funkyFunction = function() {
}
}

// We want 'funkyFunction' on the line below to return a function that returns "FUNKY!" -- how can we accomplish that?
// NOTE: To pass this final test, you only need to modify the code below this line.
// We want to set theFunk equal to "FUNKY!" using our funkyFunction.
// NOTE: you only need to modify the code below this line.
var theFunk = funkyFunction

0 comments on commit 35ad617

Please sign in to comment.