You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix up typos in exercises
* Update a bunch of week-1s to Sprint-1s
* Use toEqual not toBe
* Add a bit more scaffolding for exports and requires, as we currently
don't reliably teach this.
* Add a few more edge cases to test for
* Move root package.json to Sprint-3 directory, because that's the set
of tests it hard-codes as modules, and rework instructions to not
assume you're installing stuff in the root of the repo.
* Change refactor exercises from implementing `find` to implementing
`includes` - because `find` returns the index, I would consider it
better implemented with a for-with-index loop than a for..of loop.
`includes` does not share this property.
0 commit comments