From c8d79b436f6af1bff22cb1be6f60739cfb3dbcf8 Mon Sep 17 00:00:00 2001 From: AndreyChim Date: Mon, 28 Nov 2022 21:29:21 +0800 Subject: [PATCH] test --- script.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script.js b/script.js index 2088adf..e2415f9 100644 --- a/script.js +++ b/script.js @@ -1,2 +1,3 @@ document.body.innerHTML = '

Hello from JavaScript

' -console.log ('test 2') \ No newline at end of file +console.log ('test 2') +console.log ('test 3') \ No newline at end of file