From 4168c3ca1dac5f8258e13c902919475a5f7e33e2 Mon Sep 17 00:00:00 2001 From: Matt Lane Date: Wed, 24 Feb 2016 15:50:48 -0800 Subject: [PATCH] Update app.js --- app.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app.js b/app.js index f2b6cae..f09cb70 100644 --- a/app.js +++ b/app.js @@ -1,7 +1 @@ console.log("Javascript is alive!"); - -window.onload = function() { - document.querySelector('body').addEventListener('keypress', function(e) { - console.log(e) - }) -}; \ No newline at end of file