Skip to content

Web-Bae/03-data-structures

Repository files navigation

Javascript x Webflow by Web Bae

Get Started

  1. Fork this repository -> You now have a copy in your Github account
  2. Open with Github Desktop and clone to your local machine -> you now have a copy on your personal computer
  3. Open with VS Code
  4. Open a terminal session in VS Code
  5. Run npm install -> this installs the project dependencies
  6. Run npm run test:local -> this should open your default web browser and display a bunch of failing tests.

Get working

  1. Write / correct code in the src/lessons directory to turn failing tests into passing tests
  2. If you get stuck, watch the videos at https://patreon.com/webbae
  3. There's also a solutions branch in the main repository you can check out!

Get credit

  1. Verify your tests will pass on the remote with npm run test:remote
  2. In Github Desktop, commit your changes
  3. Push your changes to your remote
  4. In Github, create a pull request for your main branch against the main repository

🥳

About

diving in to arrays and objects in Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published