warevil / JS-Nerdery-Challenges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Challenges instructions

Steps

  1. Fork this repo to your account
  2. Before you start making changes create a new develop branch (git checkout -b develop)
  3. Run yarn in your terminar in the root of this repo
  4. Modify the code ONLY in the sections flagged as // YOUR CODE HERE...

JavaScript Algorithms

In the file JS-Algorithms/challenges.js you will five different challenges, please complete them in order and don't skip any.

Each challenge offers an explanation of what you are supposed to do and an example of the expected output.

We encourage you to run the test suite when you think you're done with each challenge. For this section simply run yarn test JS-Algorithms from the root of this project and check in the results for the scenarios for the challenge you completed are succesful.

Once all challenges are solved, with their tests passings, create a Pull Request to merge your changes into master and add Fernando Juares (fhereduardo90) as reviewer for your PR; also, post a link to your PR in the Nerdery channel in Slack so we know you're done.

Front-End

You're required to solve this section if you're taking the Front-End path. Otherwise, is totally optional.

In the directory Front-End you will find different directories, one for each challenge that you have to complete. Please complete them all in order modifying ONLY the JavaScript file in each directory.

Once you are done with all the challenges, create a Pull Request to merge your changes into master and add Gerardo Estrada (Gerald17), Jose Tobar (josectobar), Donovan Hiland (donovanhiland) or Steven Heffner (stevenheffner) accordingly as reviewers for your PR; in doubt ask your Nerdery mentors. Also, post a link to your PR in the Nerdery channel in Slack, so we know you're done.

About


Languages

Language:JavaScript 71.2%Language:HTML 18.6%Language:CSS 10.2%