Skip to content

Commit d98a1da

Browse files
committed
Translated task and solution files
1 parent 7cf401e commit d98a1da

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

Diff for: 1-js/02-first-steps/01-hello-world/1-hello-alert/task.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ importance: 5
44

55
# Show an alert
66

7-
Create a page that shows a message "I'm JavaScript!".
7+
ایک پیج بنائیں جو میسج دکھائے: "I'm Javascrit!"۔
88

9-
Do it in a sandbox, or on your hard drive, doesn't matter, just ensure that it works.
9+
اسے sandbox میں کریں یا اپنی ہارڈڈرائیو پر، یہ صرف چلنا چاہیے۔
1010

1111
[demo src="solution"]
1212

Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
The HTML code:
1+
HTML کوڈ
22

33
[html src="index.html"]
44

5-
For the file `alert.js` in the same folder:
5+
اسی فولڈر میں موجود `alert.js` فائل کیلیے:
66

77
[js src="alert.js"]
88

Diff for: 1-js/02-first-steps/01-hello-world/2-hello-alert-ext/task.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ importance: 5
22

33
---
44

5-
# Show an alert with an external script
5+
# بیرونی سکرپٹ کی مدد سے ایک الرٹ دکھائیں
6+
7+
پچھلے ٹاسک <info:task/hello-alert> کے سولیوشن کو لیجیے۔ اس میں موجود سکرپٹ کو ایک ایکسٹرنل فائل `alert.js` میں اسی فولڈر میں رکھیے۔
8+
9+
پیج کو کھولیے اور یقین دہانی کیجیے کہ الرٹ کام کر رہا ہے۔
610

711
Take the solution of the previous task <info:task/hello-alert>. Modify it by extracting the script content into an external file `alert.js`, residing in the same folder.
812

0 commit comments

Comments
 (0)