From 36109cf9be370e30f6008bae7fe00eedc9f6b464 Mon Sep 17 00:00:00 2001 From: "Glitch (hello-webpage)" Date: Sun, 6 Oct 2019 16:50:49 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=81=F0=9F=90=9C=20Checkpoint=20./index?= =?UTF-8?q?.html:7435365/93=20./script.js:7435365/51?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 + script.js | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/index.html b/index.html index a054115..f35f491 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,7 @@ + diff --git a/script.js b/script.js index 1ccfd3c..90a69f7 100644 --- a/script.js +++ b/script.js @@ -3,3 +3,7 @@ // prints "hi" in the browser's dev tools console console.log("hi"); + +$(function() { + alert('Hello, world!') +}) \ No newline at end of file