Skip to content

anuragl94/js-code-golf

Repository files navigation

JS Code Golf

The rules are simple. Write the smallest solution possible for each given problem statement.

There is an index.html file for each problem. Your submissions should be committed to the /submissions folder for the respective problem. The naming convention for your submitted file is <email>.min.js without the @domain.com part.

Raise a pull request to main branch with your committed file to create a submission. Ensure that your PR doesn't make any changes to existing files and only introduces a *.min.js and a *.js file per Match.