From e312387b88fdf99bfe6add6ae36a8b55594d8346 Mon Sep 17 00:00:00 2001 From: Sid <35549603+siddiqkaithodu@users.noreply.github.com> Date: Fri, 22 Jan 2021 14:43:10 +0530 Subject: [PATCH 1/2] Update task.md --- 1-js/02-first-steps/01-hello-world/2-hello-alert-ext/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/02-first-steps/01-hello-world/2-hello-alert-ext/task.md b/1-js/02-first-steps/01-hello-world/2-hello-alert-ext/task.md index 26168d6a7..befb2c5e1 100644 --- a/1-js/02-first-steps/01-hello-world/2-hello-alert-ext/task.md +++ b/1-js/02-first-steps/01-hello-world/2-hello-alert-ext/task.md @@ -4,6 +4,6 @@ importance: 5 # Show an alert with an external script -Take the solution of the previous task . Modify it by extracting the script content into an external file `alert.js`, residing in the same folder. +ഇപ്പോൾ കഴിഞ്ഞ task ൻറെ solution എടുക്കുക . Modify it by extracting the script content into an external file `alert.js`, residing in the same folder. Open the page, ensure that the alert works. From 175b223d84d4eeb94ad706cb217c1d002af6ba86 Mon Sep 17 00:00:00 2001 From: Sid <35549603+siddiqkaithodu@users.noreply.github.com> Date: Fri, 22 Jan 2021 21:16:49 +0530 Subject: [PATCH 2/2] Update task.md --- .../02-first-steps/01-hello-world/2-hello-alert-ext/task.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/1-js/02-first-steps/01-hello-world/2-hello-alert-ext/task.md b/1-js/02-first-steps/01-hello-world/2-hello-alert-ext/task.md index befb2c5e1..d1c29e972 100644 --- a/1-js/02-first-steps/01-hello-world/2-hello-alert-ext/task.md +++ b/1-js/02-first-steps/01-hello-world/2-hello-alert-ext/task.md @@ -2,8 +2,8 @@ importance: 5 --- -# Show an alert with an external script +# external script ഉപയോഗിച്ചു alert കാണിക്കാം -ഇപ്പോൾ കഴിഞ്ഞ task ൻറെ solution എടുക്കുക . Modify it by extracting the script content into an external file `alert.js`, residing in the same folder. +ഇപ്പോൾ കഴിഞ്ഞ task ൻറെ solution എടുക്കുക . എന്നിട്ട് ആ script ൽ ഉള്ള content, extract ചെയ്തു അതേ ഫോൾഡറിൽ ഉള്ള `alert.js` എന്ന വേറൊരു ഫയലിലോട്ടു ചെയ്യുക. -Open the page, ensure that the alert works. +പേജ് open ചെയ്ത് alert, work ആകുന്നുണ്ടെന്നു ഉറപ്പാക്കുക.