fix: remove Good luck! comment from challenge seed code (#39575)

This commit is contained in:
Randell Dawson
2020-09-15 09:57:40 -07:00
committed by GitHub
parent a2f4c8d0e1
commit 8788ad946b
617 changed files with 619 additions and 619 deletions

View File

@ -50,7 +50,7 @@ tests:
```js
function arrToObj (keys, vals) {
// Good luck!
return true;
}
```