diff --git a/javascript.md b/javascript.md index 904f2ef..783bf6e 100644 --- a/javascript.md +++ b/javascript.md @@ -1 +1,13 @@ # Javascript Fundamentals Review + +## Primative Data Types +## Variables +## Functions and Scope +## Objects/Arrays +## Equality +## Control Flow (loops, if/else) +## Functions are objects +## Events +## Callbacks +## Asynchronicity +## Constructor Functions