/BER-SEP-22-checkpoint-js

Wild code school first checkpoint

Primary LanguageHTMLMIT LicenseMIT

Checkpoint 1 - JS

Your 1st checkpoint !

!!! FIRST MANDATORY STEP, TO DO BEFORE YOU READ ANY FURTHER !!!


  • Clone this project
  • Create a branch named lastname_firstname (lower case, snake case), which will hold you work... Of course, please replace "lastname" and "firstname" with your personal information ;-)

Every time you finish one of the exercises:

  • Create a commit with an EXPLICIT message on your branch
  • Push your work on GitHub

Step 1 - JS algorithms

Resolve these three exercises:

Unit tests are available. They will let you know if your algorithms are working correctly!

First, install the dependencies (with npm install 😉)". Then, you can run them :

npm test # this command runs all tests

npm run test:1 # this command executes tests for the first algorithm only
npm run test:2 # this command executes tests for the second algorithm only
# etc... for every algorithms.

algo1.js

algo2.js

algo3.js

If you have more time, you can work on these (optionnal):

algo4.js

algo5.js

algo6.js

Step 2 - Portfolio

Nota bene: in this test, you mustn't use Bootstrap, use flexboxes in it's stead !

Follow the instructions in this file