From 3f8c0f78343504c75ffe5dc27d32db84dfd0ed01 Mon Sep 17 00:00:00 2001 From: ChaoticNebula <69293452+ChaoticNebula5@users.noreply.github.com> Date: Sat, 21 Aug 2021 10:43:17 +0530 Subject: [PATCH] Add files via upload --- 2mil2.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 2mil2.js diff --git a/2mil2.js b/2mil2.js new file mode 100644 index 0000000..ba453be --- /dev/null +++ b/2mil2.js @@ -0,0 +1,3 @@ +function twoMilTwo(num) { + if (num === 20000002) return false; +} \ No newline at end of file