1.0.1 • Published 5 months ago

js-fundamentals-dan v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

JS Fun-damentals

Note: published to NPM as js-fundamentals-dan

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.

1.0.1

5 months ago

1.0.0

5 months ago