summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Brenecki <adam@brenecki.id.au>2013-06-29 19:58:54 +0930
committerAdam Brenecki <adam@brenecki.id.au>2013-06-29 19:58:54 +0930
commita8672f19bfe97c0f9157d7ff1050913df75c976e (patch)
tree5c35ead2b2b9e6b88bb2b91c1c428906088f7680
parenta19ba3205dd7bada3a20f2cc10e8199ab1f08a9a (diff)
Add the rest of the tutorial's structure
-rw-r--r--javascript.html.markdown8
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
+ ***********/
```