From a8672f19bfe97c0f9157d7ff1050913df75c976e Mon Sep 17 00:00:00 2001 From: Adam Brenecki Date: Sat, 29 Jun 2013 19:58:54 +0930 Subject: Add the rest of the tutorial's structure --- javascript.html.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'javascript.html.markdown') 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 + ***********/ ``` -- cgit v1.2.3