Skip to content

radriann/logic-js-exercises

Repository files navigation

JavaScript Logic Exercises

This repository is for a list of exercises for logic and algorithms in JavaScript.

Tech Stack

  • JavaScript

Authors

Contributing

  1. Create a folder where you will store your solutions.
  2. Create an individual JS file for each exercise.
  3. If you want to give feedback to another individual's solution, create a block comment (/* */) below the developer's solution explaining how to improve their exercise, or showing how you would do it.
  4. When you make a pull request, indicate what you have done in as much detail as possible. Exp: Added three new exercises (username)