Skip to content

susmith98/idc-katas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IDC Katas Code Challenges

The point of this repository is to allow anyone to start contributing on a public repository.

How to participate

  1. Find an issue that is not assigned yet and ask to be assigned to you
  2. Once it's assigned, implement the problem asked in the issue
  3. Create a new file with a new problem name and add a example as comment
  4. Create your Pull Request
  5. Create an issue for your new problem

Rules

  • Each PR should contain exactly 2 files: your implementation, and a new kata. All pull requests that do not follow this rule will be closed immediately.

Files

You only need to edit the problem file, the actual implementation will be left to someone else!

theFunction.js:

export const theFunction = () => {
  // TO IMPLEMENT IN ANOTHER PR
};

Inspired from - https://github.com/rgehan/hacktoberfest-2k18-katas

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%