From 94adb7f095716c4b046f7f6bafeeb04efe88f24c Mon Sep 17 00:00:00 2001 From: AnuGeorge39 Date: Thu, 23 Jan 2025 18:09:55 +0530 Subject: [PATCH] inital exercise --- hello.js | 12 ++++++++++++ index.html | 28 ++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 hello.js create mode 100644 index.html diff --git a/hello.js b/hello.js new file mode 100644 index 0000000000..36c9cf7dbb --- /dev/null +++ b/hello.js @@ -0,0 +1,12 @@ + + + + + + + Document + + +

Hello

+ + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000000..d84af2685f --- /dev/null +++ b/index.html @@ -0,0 +1,28 @@ + + + + + + +

This is body text

+

Hello World!

+ +

+ Exercise 1:

+

Create a page with button and input. This should prompt the user for their baggage weight

+

When the user clicks submit,

+

If the weight is over the limit of 15kh,it should alert the user that the bag is overweight.

+

The prompt:

+ + + + + + \ No newline at end of file