diff --git a/javascript.html.markdown b/javascript.html.markdown index 737638b1..826fe7cd 100644 --- a/javascript.html.markdown +++ b/javascript.html.markdown @@ -111,4 +111,12 @@ some_other_var = 10 /*********** * 4. Objects ***********/ + +/*********** + * 5. Functions, Scope and Closures + ***********/ + +/*********** + * 6. Constructors and Prototypes + ***********/ ```