arrow-left

All pages
gitbookPowered by GitBook
1 of 4

Loading...

Loading...

Loading...

Loading...

resources

hashtag
JavaScript

  • MDN: typeofarrow-up-right

hashtag
Code Quality

freeCodeCamp: JavaScript Objectsarrow-up-right
MDN: Object.values()arrow-up-right
MDN: Object.keys()arrow-up-right
JavaScript refactoringarrow-up-right
MDN: Functions - reusable blocks of codearrow-up-right
Career Karma: Guide to JavaScript Commentsarrow-up-right

learning-outcomes

hashtag
Data types

hashtag
Objects

hashtag
DOM

hashtag
Code Quality

hashtag
Terminal/Command Line

hashtag
Git & GitHub

Leave meaningful comments in your JavaScript code

fruit-shop

project

Your project is to build a fruit shop that lists fruits and allows a user to create a shopping basket. The user can add and remove items from the basket, and can see the contents of their basket on the page.

hashtag
Requirements

For this project, we'd like you to get used to using Git from your terminal.

The terminal (sometimes known as the command line) is an interface you can use to navigate file structure, install software, and many other things. It can take a little while to get used to, but can prove much faster than using a GUI. If you're unfamiliar, we'd recommend having a look at .

The steps in using Git are the same you learn in - however, we'd encourage you to follow through to get up to speed.

Josh W Comeau's introductionarrow-up-right
our first workshoparrow-up-right
our second workshoparrow-up-right