From bebef99c1a14d8493711a484ed5cc33c716a4097 Mon Sep 17 00:00:00 2001 From: Marcin Nowak Date: Sat, 2 Apr 2022 13:05:03 +0200 Subject: [PATCH] #44 front end JavaScript library with key obfuscated - review --- js/index.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 js/index.js diff --git a/js/index.js b/js/index.js new file mode 100644 index 000000000..116c03daa --- /dev/null +++ b/js/index.js @@ -0,0 +1,4 @@ +function secret() { + var password = "if you see this please fix the JavaScript setup"; + return password; + }