let
referencetypeof
operator referenceMath
object referencenew
keywordfor
loop (MDN)this
, and return
(video)if/else
statementsif/else
referencelet
, var
, and const
let
(MDN)var
(MDN)const
(MDN)let
vs var
(StackOverflow)starter-code
> 7-person-module
folder
Build a module that creates a person by following the steps in the app.js
file.
starter-code
> 8-iife-exercise
folder
Build a function that logs the value of a counter variable, using both the let
and var
keywords. A classic JavaScript brain teaser.
starter-code
> 9-closures-exercise
folder
Follow the steps in the app.js
file to build a function that uses closures to create sales tax calculators with different sales tax rates built in.
firebase.database.Reference
API documentation