harryguiacorn / js-fundamentals

upskilling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS Fun-damentals

Quickstart

  1. Fork this repository (important)
  2. Clone it to your machine
$ git clone git@github.com:digital-futures-academy/js-fundamentals.git
$ cd js-fundamentals
  1. Complete the first challenge!
  2. For each successive challenge, add files in the src directory.
  3. Stage your changes git add <path to file>
  4. commit your changes git commit -m <commit message>
  5. Then push your changes to your forked repository git push origin main
  6. Open a PR back to this repository

NB: Only open 1 Pull Request. Give your PR a title that is your first name and last name. Your PR will automatically update as you push more work to your repository - so you should only ever need to have 1 PR for all the work you do for these exercises.

Then repeat steps 4-6 for each challenge!

The directory challenges holds files challenges 1-11, named accordingly. The directory src is currently mostly empty - this is where you should add files with the implementation of each challenge. Sometimes you might need to copy paste your previous challenge so you can extend it. Therefore there should be a src file for every challenge file. Eg: challenges/challenge3.md and src/challenge3.js.

About

upskilling


Languages

Language:JavaScript 100.0%