Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.08 KB

File metadata and controls

29 lines (17 loc) · 1.08 KB

best-programming-club-2020-12-20

Assignment

TBD

Getting the assignment

Fork this repository

Install Prettier for VSCode

Completing the assignment

Make sure to commit your changes as you're making progress on the assignment. You'll receive feedback on the commit messages. Remember, commit messages should be short and sweet, in present-tense with an imperative tone. For example:

rename cart variable

Remember...

  • Google as much as you can, using the keywords you've learned. For example, search "how to create HTML from javascript" or "what is javascript forEach" or "what is javascript dataset". MDN is a great keyword to include in your searches for reference materal, for example "MDN javascript array".
  • Don't be afraid to commit code that's not working yet.
  • Don't get discouraged if you can't get it to work--focus on reading the existing code and making your best guess at what the code might look like.

The "answers"

TBD