Skip to content
Merged

Done #48

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 1-js/02-first-steps/01-hello-world/1-hello-alert/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ importance: 5

---

# Show an alert
# alert കാണിക്കുക

"ഞാൻ ജാവാസ്ക്രിപ്റ്റ്! എന്ന message കാണിക്കുന്ന ഒരു പേജ് ഉണ്ടാക്കുക.

ഇത് ഒരു sandbox ലൊ അല്ലെങ്കിൽ നിങ്ങളുടെ hard drive ലൊ ചെയ്യുക .എതായാലും പ്രശ്നമില്ല, അത് വർക് ആകുന്നൊ എന്നു ഉറപ്പാക്കുക.
ഇത് ഒരു sandbox ലൊ അല്ലെങ്കിൽ നിങ്ങളുടെ hard drive ലൊ ചെയ്യുക .എതായാലും പ്രശ്നമില്ല, അത് വർക് ആകുന്നുണ്ടോ എന്നു ഉറപ്പാക്കുക.

[demo src="solution"]

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
The HTML code:
HTML കോഡ്:

[html src="index.html"]

For the file `alert.js` in the same folder:
അതേ ഫോൾഡറിൽ ഉള്ള `alert.js` എന്ന ഫയലിന് വേണ്ടി:

[js src="alert.js"]

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ importance: 5

# external script ഉപയോഗിച്ചു alert കാണിക്കാം

ഇപ്പോൾ കഴിഞ്ഞ task ൻറെ solution എടുക്കുക <info:task/hello-alert>. എന്നിട്ട് ആ script ൽ ഉള്ള content, extract ചെയ്തു അതേ ഫോൾഡറിൽ ഉള്ള `alert.js` എന്ന വേറൊരു ഫയലിലോട്ടു ചെയ്യുക.
ഇപ്പോൾ കഴിഞ്ഞ task ൻറെ solution എടുക്കുക <info:task/hello-alert>. എന്നിട്ട് ആ script ൽ ഉള്ള content, extract ചെയ്തു അതേ ഫോൾഡറിൽ ഉള്ള `alert.js` എന്ന വേറൊരു ഫയലിലോട്ടു ഇടുക.

പേജ് open ചെയ്ത് alert, work ആകുന്നുണ്ടെന്നു ഉറപ്പാക്കുക.