From d8cba036b26586f04f0ded61b7f4e93e63efd923 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 10 Nov 2022 13:40:41 +0300 Subject: [PATCH] exercise one --- script.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/script.js b/script.js index 702f428..268620d 100644 --- a/script.js +++ b/script.js @@ -1 +1,9 @@ -console.log("hello"); + +let x= 8 +let y= 10 + + +if(x<10) +{ + console.log("10 is greater than 8") +} \ No newline at end of file