From 20e2f6092db3347bbf72b11c8eaf9388d732f4b2 Mon Sep 17 00:00:00 2001 From: Ben Watkins Date: Fri, 9 May 2014 19:10:34 +0100 Subject: [PATCH] replaced alert with console.log --- j/javascript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/j/javascript.js b/j/javascript.js index 6e7bffe1..accefceb 100644 --- a/j/javascript.js +++ b/j/javascript.js @@ -1 +1 @@ -alert("Hello World"); \ No newline at end of file +console.log("Hello World");