- Working in pairs
- Fork and clone repo
- Run
npm install
to installjest
- Create a
test
folder where your tests will live - Implement tests for each function. Provide at least 2 test cases for each function
- Rewrite functions to become pure functions. Use tests to verify the inputs to each function remain unchanged by the execution of each function
- Replace instance of
var
withconst
orlet
as appropriate - Replace for loops etc with relevant array methods
- Submit pull request with completed code
forked from constructorlabs/purify
-
Notifications
You must be signed in to change notification settings - Fork 0
tigershk/purify
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 100.0%