diff options
author | Adam Brenecki <adam@brenecki.id.au> | 2013-06-29 19:58:54 +0930 |
---|---|---|
committer | Adam Brenecki <adam@brenecki.id.au> | 2013-06-29 19:58:54 +0930 |
commit | a8672f19bfe97c0f9157d7ff1050913df75c976e (patch) | |
tree | 5c35ead2b2b9e6b88bb2b91c1c428906088f7680 | |
parent | a19ba3205dd7bada3a20f2cc10e8199ab1f08a9a (diff) |
Add the rest of the tutorial's structure
-rw-r--r-- | javascript.html.markdown | 8 |
1 files changed, 8 insertions, 0 deletions
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 + ***********/ ``` |