Skip to content

Repository files navigation

JavaScript Practice

System Requirements

Getting Started

  1. Clone this repository.
  2. Open a terminal and cd into the repository.
  3. Make sure you're using node version 18 by running nvm use. nvm will read the version we want from the .nvmrc file in the root of this repo.
  4. Run npm install to install dependencies.

Completing Exercises

  1. Create a new branch based on master with git checkout master, then git pull, then git checkout -b <branch-name>.
  2. For each exercie, write your code in the regular .js files in each folders. The .spec.js files contain the tests.
  3. To run the tests and check your work, run npm test <folder>, for example, npm test exercise1.
  4. When you finish working on one part, commit your work to your branch with git add <files> or git add -A for all files, then git commit -m '<commit message>'.
  5. When you're ready to submit your work, push your branch to the remote repository and open a pull request on GitHub.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages