Skip to content

Commit 3ebe4dc

Browse files
committed
other file translated done
1 parent c5ca309 commit 3ebe4dc

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
importance: 5
1+
গুরুত্ব: ৫
22

33
---
44

5-
# Show an alert
5+
# একটি alert দেখাও
66

7-
Create a page that shows a message "I'm JavaScript!".
7+
একটি পেজ তৈরি করো যেটি দেখাবে একটি বার্তা "I'm JavaScript!".
88

9-
Do it in a sandbox, or on your hard drive, doesn't matter, just ensure that it works.
9+
এটা sandbox, অথবা তোমার hard drive যেখানে খুশি সেখানে করো সমস্যা নেই, শুধু মাত্র এটা নিশ্চিত করো যে alert টি কাজ করছে।
1010

1111
[demo src="solution"]
1212

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
The HTML code:
1+
এইচটিএমএল কোড:
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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
importance: 5
1+
গুরুত্ব: ৫
22

33
---
44

5-
# Show an alert with an external script
5+
# একটি alert দেখাও বাহ্যিক স্ক্রিপ্ট দিয়ে
66

7-
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.
7+
পূর্ববর্তী কাজের সমাধানটি নাও। <info:task/hello-alert>. একই ফোল্ডারে একটি বাহ্যিক ফাইল `alert.js এ কোডটি রাখো।
88

9-
Open the page, ensure that the alert works.
9+
পেজটি খুলো এবং, নিশ্চিত করো যে alert টি কাজ করছে।

0 commit comments

Comments
 (0)