From e9efee90946a32f0d48741222b3d1dee5a98ae0d Mon Sep 17 00:00:00 2001 From: Elisabeth Robson Date: Wed, 25 Mar 2015 15:58:28 -0700 Subject: [PATCH 1/5] adding ES6 let vs var with closures --- extras/letWithClosures.html | 46 +++++++++++++++++++++++++++++++++++++ extras/varWithClosures.html | 46 +++++++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) create mode 100644 extras/letWithClosures.html create mode 100644 extras/varWithClosures.html diff --git a/extras/letWithClosures.html b/extras/letWithClosures.html new file mode 100644 index 0000000..c1b50c1 --- /dev/null +++ b/extras/letWithClosures.html @@ -0,0 +1,46 @@ + + + +Let, scope, and closures + + + + + + + + +

let, scope, and closures

+ + + + diff --git a/extras/varWithClosures.html b/extras/varWithClosures.html new file mode 100644 index 0000000..bb06b64 --- /dev/null +++ b/extras/varWithClosures.html @@ -0,0 +1,46 @@ + + + +Let, scope, and closures + + + + + + + + +

let, scope, and closures

+ + + + From f2df76704592881162cf00998b3502af3ed44cde Mon Sep 17 00:00:00 2001 From: Elisabeth Robson Date: Wed, 25 Mar 2015 15:59:22 -0700 Subject: [PATCH 2/5] updating to remove traceur --- extras/varWithClosures.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/extras/varWithClosures.html b/extras/varWithClosures.html index bb06b64..bccc32e 100644 --- a/extras/varWithClosures.html +++ b/extras/varWithClosures.html @@ -13,14 +13,7 @@ cursor: pointer; } - - - - - - - - From c9d4aa785b5aac4b339bbb75bb93042ce6d8d655 Mon Sep 17 00:00:00 2001 From: Elisabeth Robson Date: Wed, 3 Jan 2018 20:54:29 -0800 Subject: [PATCH 5/5] Update howdy.html --- chapter1/howdy.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chapter1/howdy.html b/chapter1/howdy.html index 4f96db2..9e8cfea 100644 --- a/chapter1/howdy.html +++ b/chapter1/howdy.html @@ -5,10 +5,9 @@ Howdy - - +