From d47637b93a320ca56505877e317cc718d36bfea3 Mon Sep 17 00:00:00 2001 From: Gijs C Date: Tue, 4 Sep 2018 11:20:37 +0200 Subject: [PATCH] added reading where there was none added reading where there was none --- Week1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Week1/README.md b/Week1/README.md index b28f256b4..c665092de 100644 --- a/Week1/README.md +++ b/Week1/README.md @@ -45,7 +45,7 @@ Review through the topics of JavaScript1: (No reading material available at this time for the crossed-out topics) - ~~Capturing user input~~ -- ~~Events~~ +- [Events](http://javascript.info/introduction-browser-events) - [Basic DOM manipulations (img src, innerHTML)](./../../../../fundamentals/blob/master/fundamentals/DOM_manipulation.md) - ~~Code debugging using the browser~~ - [Code commenting](./../../../../fundamentals/blob/master/fundamentals/code_commenting.md)