- This mini-project will help you get up to speed with variables, arrays, objects and callback functions in JavaScript
- Variable encapsulation
var
let
const
- Data Storage
- Objects
- Arrays
- Programming with functions
function
keyword=>
fat arrow functions- callback functions
Fork
andclone
this repository from GitHub- You'll notice there are [FILL ME IN] files for you to work with.