From ac8777c4de8363e29ae34877a109e64a41bc4258 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sun, 21 Aug 2016 11:49:46 -0400 Subject: [PATCH] topics for JS review --- javascript.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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