From 01970c669815b9682fd195837afe9c460c4fac2b Mon Sep 17 00:00:00 2001 From: Andy Hubert Date: Sat, 13 Jul 2024 16:35:49 +0000 Subject: [PATCH] changed the alert message --- abi/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abi/main.js b/abi/main.js index ae44c7c..7d49af1 100644 --- a/abi/main.js +++ b/abi/main.js @@ -1,4 +1,4 @@ setTimeout( - () => alert('js working'), + () => alert("get ready to workout!"), 1000*2 ) \ No newline at end of file