From 09661bd24b0a7b330a4a5eb04a09bc45fc351e25 Mon Sep 17 00:00:00 2001 From: Kyle Simpson Date: Sat, 3 May 2014 14:56:16 -0500 Subject: [PATCH] Adding link to Shane Hudson's Foreword --- scope & closures/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/scope & closures/README.md b/scope & closures/README.md index 04862cdd2..13e2e70e5 100644 --- a/scope & closures/README.md +++ b/scope & closures/README.md @@ -5,6 +5,7 @@ [Table of Contents](toc.md) * [Preface](../preface.md) +* [Foreword](http://www.shanehudson.net/2014/05/03/foreword-dont-know-js/) (by [Shane Hudson](https://github.com/shanehudson)) * [Chapter 1: What is Scope?](ch1.md) * [Chapter 2: Lexical Scope](ch2.md) * [Chapter 3: Function vs. Block Scope](ch3.md)