diff --git a/1-js/02-first-steps/01-hello-world/1-hello-alert/task.md b/1-js/02-first-steps/01-hello-world/1-hello-alert/task.md index 2fbe26ecc..3ee6662a5 100644 --- a/1-js/02-first-steps/01-hello-world/1-hello-alert/task.md +++ b/1-js/02-first-steps/01-hello-world/1-hello-alert/task.md @@ -2,11 +2,11 @@ importance: 5 --- -# Show an alert +# alert കാണിക്കുക "ഞാൻ ജാവാസ്ക്രിപ്റ്റ്! എന്ന message കാണിക്കുന്ന ഒരു പേജ് ഉണ്ടാക്കുക. -ഇത് ഒരു sandbox ലൊ അല്ലെങ്കിൽ നിങ്ങളുടെ hard drive ലൊ ചെയ്യുക .എതായാലും പ്രശ്നമില്ല, അത് വർക് ആകുന്നൊ എന്നു ഉറപ്പാക്കുക. +ഇത് ഒരു sandbox ലൊ അല്ലെങ്കിൽ നിങ്ങളുടെ hard drive ലൊ ചെയ്യുക .എതായാലും പ്രശ്നമില്ല, അത് വർക് ആകുന്നുണ്ടോ എന്നു ഉറപ്പാക്കുക. [demo src="solution"] diff --git a/1-js/02-first-steps/01-hello-world/2-hello-alert-ext/solution.md b/1-js/02-first-steps/01-hello-world/2-hello-alert-ext/solution.md index f42c41e6d..45d18facd 100644 --- a/1-js/02-first-steps/01-hello-world/2-hello-alert-ext/solution.md +++ b/1-js/02-first-steps/01-hello-world/2-hello-alert-ext/solution.md @@ -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"] 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 d1c29e972..81a502a0d 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 # external script ഉപയോഗിച്ചു alert കാണിക്കാം -ഇപ്പോൾ കഴിഞ്ഞ task ൻറെ solution എടുക്കുക . എന്നിട്ട് ആ script ൽ ഉള്ള content, extract ചെയ്തു അതേ ഫോൾഡറിൽ ഉള്ള `alert.js` എന്ന വേറൊരു ഫയലിലോട്ടു ചെയ്യുക. +ഇപ്പോൾ കഴിഞ്ഞ task ൻറെ solution എടുക്കുക . എന്നിട്ട് ആ script ൽ ഉള്ള content, extract ചെയ്തു അതേ ഫോൾഡറിൽ ഉള്ള `alert.js` എന്ന വേറൊരു ഫയലിലോട്ടു ഇടുക. പേജ് open ചെയ്ത് alert, work ആകുന്നുണ്ടെന്നു ഉറപ്പാക്കുക.