-
-
Notifications
You must be signed in to change notification settings - Fork 646
Closed
Labels
hacktoberfestHacktoberfest issues! Everyone allowed <3Hacktoberfest issues! Everyone allowed <3help wanted
Description
Hi there (new) contributors.
The way this works is you can follow the link below to the problem specifications. This is the canonical data we have for this exercise. If you want a grasp of how this exercise might look, have a look at other tracks, where this exercise is implemented. You'll probably want to start with similar languages such as typescript
and coffeescript
, and then perhaps other loosly-typed languages such as ruby
or python
.
- Open a new issue, we'll label it with
new exercise ✨
- We'll assign the issue to you, so you get to work on this exercise
- Create a new folder in
/exercises
- You'll need to
sync
this folder with the matching config files. You can usescripts/sync
to do this:ASSIGNMENT=slug npx @babel/node scripts/sync
. - Create a
<slug>.js
stub file. - Create a
<slug>.spec.js
test file. Here add the tests, per canonical data if possible. - Create a
example.js
file. Place a working implementation, assuming it's renamed to<slug>.js
- Run the tests locally, using
scripts/test
:ASSIGNMENT=slug npx @babel/node scripts/test
. - Open a PR.
NOTE: Use this link for a ⚡️ live list of unimplemented exercises.
The link above is currently broken. This one searched through the issues and DOES work.
tejasbubane and brendanmckeown
Metadata
Metadata
Assignees
Labels
hacktoberfestHacktoberfest issues! Everyone allowed <3Hacktoberfest issues! Everyone allowed <3help wanted