Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 504 Bytes

File metadata and controls

24 lines (18 loc) · 504 Bytes

JavaScript I Mini

Description

  • This mini-project will help you get up to speed with variables, arrays, objects and callback functions in JavaScript

Topics

  • Variable encapsulation
    • var
    • let
    • const
  • Data Storage
    • Objects
    • Arrays
  • Programming with functions
    • function keyword
    • => fat arrow functions
    • callback functions

Instructions

  • Fork and clone this repository from GitHub
  • You'll notice there are [FILL ME IN] files for you to work with.