-
Notifications
You must be signed in to change notification settings - Fork 89
Hello, world! #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, world! #11
Changes from 2 commits
c5ca309
3ebe4dc
6ba831c
0f5e816
c5838b6
9f2e8d1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,12 +1,12 @@ | ||||||
importance: 5 | ||||||
গুরুত্ব: ৫ | ||||||
|
||||||
--- | ||||||
|
||||||
# Show an alert | ||||||
# একটি alert দেখাও | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
Create a page that shows a message "I'm JavaScript!". | ||||||
একটি পেজ তৈরি করো যেটি দেখাবে একটি বার্তা "I'm JavaScript!". | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
Do it in a sandbox, or on your hard drive, doesn't matter, just ensure that it works. | ||||||
এটা sandbox, অথবা তোমার hard drive যেখানে খুশি সেখানে করো সমস্যা নেই, শুধু মাত্র এটা নিশ্চিত করো যে alert টি কাজ করছে। | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
[demo src="solution"] | ||||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
The HTML code: | ||
এইচটিএমএল কোড: | ||
|
||
[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 | ||||
---|---|---|---|---|---|---|
@@ -1,9 +1,9 @@ | ||||||
importance: 5 | ||||||
গুরুত্ব: ৫ | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. এই লাইনটি কখনো অনুবাদ করা যাবে না।
Suggested change
|
||||||
|
||||||
--- | ||||||
|
||||||
# Show an alert with an external script | ||||||
# একটি alert দেখাও বাহ্যিক স্ক্রিপ্ট দিয়ে | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
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. | ||||||
পূর্ববর্তী কাজের সমাধানটি নাও। <info:task/hello-alert>. একই ফোল্ডারে একটি বাহ্যিক ফাইল `alert.js এ কোডটি রাখো। | ||||||
|
||||||
Open the page, ensure that the alert works. | ||||||
পেজটি খুলো এবং, নিশ্চিত করো যে alert টি কাজ করছে। |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,87 +1,86 @@ | ||||||
# Hello, world! | ||||||
# হেলো, বিশ্ব! | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. হ্যালো, বিশ্ব! |
||||||
|
||||||
This part of the tutorial is about core JavaScript, the language itself. | ||||||
টিউটরিআলটির এই অংশটি হয় মূল জাভাস্ক্রিপ্ট সম্পর্কে, ভাষাটি নিজেই। | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. টিউটরিআলটির এই অংশটি হয় মূল জাভাস্ক্রিপ্ট সম্পর্কে, ভাষাটি নিজেই। |
||||||
|
||||||
But we need a working environment to run our scripts and, since this book is online, the browser is a good choice. We'll keep the amount of browser-specific commands (like `alert`) to a minimum so that you don't spend time on them if you plan to concentrate on another environment (like Node.js). We'll focus on JavaScript in the browser in the [next part](/ui) of the tutorial. | ||||||
কিন্তু আমাদের স্ক্রিপ্টসগুলো চালানোর জন্য একটি কাজের পরিবেশ দরকার এবং যেহেতু এই বইটি অনলাইনে রয়েছে, তাই ব্রাউজার একটি ভাল পছন্দ হবে। আমরা ব্রাউজার-নির্দিষ্ট কমান্ডস গুলো (যেমনঃ `এলার্ট`) সর্বনিম্ন পরিমান রাখবো যাতে করে এতে আপনাদের সময় ব্যয় না হয়, যদি আপনারা অন্য পরিবেশে মনোনিবেশ করার পরিকল্পনা করে থাকেন(যেমনঃ নুড.জেএস)। আমরা এই টিউটরিয়ালের [পরবর্তী অংশে](/ui) ব্রাউজারে জাভাস্ক্রিপ্ট উপর গুরুত্ব দিব। | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. যেমনঃ নুড.জেএস এখানে নুড.জেএস should be Node.js There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. আমাদের Glossary লিস্ট ফলো করুন। |
||||||
|
||||||
So first, let's see how we attach a script to a webpage. For server-side environments (like Node.js), you can execute the script with a command like `"node my.js"`. | ||||||
তাই প্রথমে, আমরা চলেন দেখি কিভাবে ওয়েবপেজে একটি স্ক্রিপ্ট সংযুক্ত করে। সার্ভার-সাইড পরিবেশ গুলোর জন্য (যেমনঃ নুড.জেএস), আপনি একটা কমান্ড দিয়ে স্ক্রিপ্ট চালাতে পারবেন `"node my.js"` এর মত করে। | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
## "script" ট্যাগ | ||||||
raikusy marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
## The "script" tag | ||||||
জাভাস্ক্রিপ্ট এর কার্যক্রম গুলো এইচটিএমএল ডকুমেন্টের যেকোনো অংশে রাখা যেতে পারে `<script>` ট্যাগের সাহায্য নিয়ে। | ||||||
|
||||||
JavaScript programs can be inserted into any part of an HTML document with the help of the `<script>` tag. | ||||||
|
||||||
For instance: | ||||||
উদাহরণস্বরূপ: | ||||||
|
||||||
```html run height=100 | ||||||
<!DOCTYPE HTML> | ||||||
<html> | ||||||
|
||||||
<body> | ||||||
|
||||||
<p>Before the script...</p> | ||||||
<p>স্ক্রিপ্টের আগে...</p> | ||||||
|
||||||
*!* | ||||||
<script> | ||||||
alert( 'Hello, world!' ); | ||||||
alert( 'হেলো, বিশ্ব!' ); | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. হ্যালো, বিশ্ব! |
||||||
</script> | ||||||
*/!* | ||||||
|
||||||
<p>...After the script.</p> | ||||||
<p>...স্ক্রিপ্টের পরে.</p> | ||||||
|
||||||
</body> | ||||||
|
||||||
</html> | ||||||
``` | ||||||
|
||||||
```online | ||||||
You can run the example by clicking the "Play" button in the right-top corner of the box above. | ||||||
```অনলাইন | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. নিচের লাইনটি অনুবাদ করার প্রয়োজন নেই।
Suggested change
|
||||||
বক্সের উপরের ডান পাশের মাথায় "প্লে" বাটনের ক্লিক করে আপনি উদাহরণটি চালিয়ে দেখতে পারেন। | ||||||
``` | ||||||
|
||||||
The `<script>` tag contains JavaScript code which is automatically executed when the browser processes the tag. | ||||||
|
||||||
`<script>` ট্যাগটি জাভাস্ক্রিপ্ট কোড ধারন করে যেটাকে স্বয়ংক্রিয়ভাবে কার্যকর করা হয় যখন ব্রাউজার ট্যাগটি প্রসেস করে। | ||||||
|
||||||
## Modern markup | ||||||
## আধুনিক মার্কআপ | ||||||
jaamaalxyz marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
The `<script>` tag has a few attributes that are rarely used nowadays but can still be found in old code: | ||||||
`<script>` ট্যাগে কয়েকটি এট্রিবিউটস রয়েছে যেটা আজকাল খুব কম ব্যবহার করা হয় কিন্তু কিছু পুরনো কোডে এখনও এইগুলো পাওয়া যেতে পারে: | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
The `type` attribute: <code><script <u>type</u>=...></code> | ||||||
: The old HTML standard, HTML4, required a script to have a `type`. Usually it was `type="text/javascript"`. It's not required anymore. Also, the modern HTML standard totally changed the meaning of this attribute. Now, it can be used for JavaScript modules. But that's an advanced topic; we'll talk about modules in another part of the tutorial. | ||||||
`type` এট্রিবিউটসটি: <code><script <u>type</u>=...></code> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
: পুরানো এইচটিএমএল স্ট্যান্ডার্ড, এইচটিএমএল৪, একটি স্ক্রিপ্টে `type` এট্রিবিউটসটি থাকা অবশ্যক ছিল। সাধারনত এটা ছিল `type="text/javascript"`। এটি আর প্রয়োজন হয় না. আরও বলতে গেলে, আধুনিক এইচটিএমএল স্ট্যান্ডার্ড এ পুরোপুরিভাবে এট্রিবিউটস এর অর্থই বদলে দিয়েছে। এখন, এটা জাভাস্ক্রিপ্ট মডিউলস এর জন্য ব্যবহার করা যেতে পারে। কিন্তু এটা একটি উন্নত বিষয়, আমরা মডিউলস সম্পর্কে টিউটরিয়ালের অন্য অংশে কথা বলব। | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. কিন্তু এটা একটি উন্নত বিষয়, আমরা মডিউলস সম্পর্কে টিউটরিয়ালের অন্য অংশে কথা বলব। |
||||||
|
||||||
The `language` attribute: <code><script <u>language</u>=...></code> | ||||||
: This attribute was meant to show the language of the script. This attribute no longer makes sense because JavaScript is the default language. There is no need to use it. | ||||||
`language` এট্রিবিউটসটি: <code><script <u>language</u>=...></code> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
: এই এট্রিবিউটসটি স্ক্রিপ্টের ভাষা দেখানোর জন্য বুঝানো হয়েছে। এই এট্রিবিউটসটি দিয়ে এখন আর কিছু হয় না কারন জাভাস্ক্রিপ্তটি এখন ডিফল্ট ভাষা। এটা ব্যবহার করার এখন আর প্রয়োজন নেই। | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
Comments before and after scripts. | ||||||
: In really ancient books and guides, you may find comments inside `<script>` tags, like this: | ||||||
স্ক্রিপ্টগুলির আগে এবং পরে মন্তব্যগুলিঃ | ||||||
সত্যিই প্রাচীন বই এবং গাইডগুলিতে, আপনারা হয়তো `<script>` ট্যাগগুলোর মধ্যে মন্তব্যগুলি পেতে পারেন, এটার মতঃ | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. সত্যিই প্রাচীন বই এবং গাইডগুলিতে should be পুরনো বই ও গাইডসমুহে |
||||||
|
||||||
```html no-beautify | ||||||
```এইচটিএমএল বিউটিফাই করা নাই | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
<script type="text/javascript"><!-- | ||||||
... | ||||||
//--></script> | ||||||
``` | ||||||
|
||||||
raikusy marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
আধুনিক জাভাস্ক্রিপ্টে এই কৌশলটি আর ব্যবহার করা হয় না। এই মন্তব্যগুলি জাভাস্কিপ্ট কোডগুলো কে লুকিয়ে রাখে পুরনো ব্রাউজার গুলো থেকে যারা জানে না কিভাবে `<script>` ট্যাগকে প্রসেস করতে হয়। | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. জাভাস্কিপ্ট should be জাভাস্ক্রিপ্ট |
||||||
যেহেতু গত 15 বছরে প্রকাশিত ব্রাউজারগুলিতে এই সমস্যাটি নেই, এই জাতীয় মন্তব্য আপনাকে সত্যিকারের পুরানো কোড সনাক্ত করতে সহায়তা করতে পারে। | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
This trick isn't used in modern JavaScript. These comments hide JavaScript code from old browsers that didn't know how to process the `<script>` tag. Since browsers released in the last 15 years don't have this issue, this kind of comment can help you identify really old code. | ||||||
|
||||||
## এক্সটার্নাল স্ক্রিপ্ট | ||||||
|
||||||
## External scripts | ||||||
যদি আমাদের অনেক জাভাস্কিপ্ট কোড থাকে, তাহলে আমরা এইগুলোকে আলাদা ফাইলে রাখতে পারি। | ||||||
|
||||||
If we have a lot of JavaScript code, we can put it into a separate file. | ||||||
|
||||||
Script files are attached to HTML with the `src` attribute: | ||||||
স্কিপ্ট ফাইল গুলো এইচটিএমএল এ সংযুক্ত করা হয় `src` এট্রিবিউটস দিয়েঃ | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. স্কিপ্ট => স্ক্রিপ্ট |
||||||
|
||||||
```html | ||||||
<script src="/path/to/script.js"></script> | ||||||
``` | ||||||
|
||||||
Here, `/path/to/script.js` is an absolute path to the script from the site root. One can also provide a relative path from the current page. For instance, `src="script.js"` would mean a file `"script.js"` in the current folder. | ||||||
এখানে, `/path/to/script.js` এই পথটি হয় সাইট এর মূল থেকে স্ক্রিপ্টের জন্য একটি সঠিক পথ। বর্তমান পৃষ্ঠা থেকে যে কেউ আপেক্ষিক পথ সরবরাহ করতে পারে. উদাহরণস্বরূপ, `src="script.js"` এই `"script.js"` ফাইল দিয়ে বর্তমান ফোল্ডার থেকে বুঝায়। | ||||||
|
||||||
We can give a full URL as well. For instance: | ||||||
আমরা পুরো URL টিও দিতে পারি। উদাহরণস্বরূপ: | ||||||
|
||||||
```html | ||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.2.0/lodash.js"></script> | ||||||
``` | ||||||
|
||||||
To attach several scripts, use multiple tags: | ||||||
বহু ট্যাগ ব্যবহার করে, বিভিন্ন স্ক্রিপ্টগুলো সংযুক্ত করতে পারিঃ | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. বহু ট্যাগ ব্যবহার করে, বিভিন্ন স্ক্রিপ্টগুলো সংযুক্ত করতে পারিঃ should be like: - |
||||||
|
||||||
```html | ||||||
<script src="/js/script1.js"></script> | ||||||
|
@@ -90,29 +89,29 @@ To attach several scripts, use multiple tags: | |||||
``` | ||||||
|
||||||
```smart | ||||||
As a rule, only the simplest scripts are put into HTML. More complex ones reside in separate files. | ||||||
বেশিরভাগ ক্ষেত্রেই, শুধু মাত্র সহজ স্ক্রিপ্টস গুলোই এইচটিএমএল এর মধ্যে রাখা হয় এবং অনেক জটিল গুলোকে আলাদা ফাইল এ রাখা হয়। | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ফাইল এ should be ফাইলে |
||||||
|
||||||
The benefit of a separate file is that the browser will download it and store it in its [cache](https://en.wikipedia.org/wiki/Web_cache). | ||||||
বিভিন্ন ফাইলে রাখার সুবিধাগুলো হল, ব্রাউজার এটাকে ডাউনলোড করে রাখবে এবং [কেশ](https://en.wikipedia.org/wiki/Web_cache) হিসেবে রেখে দিবে। | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. কেশ should be cache |
||||||
|
||||||
Other pages that reference the same script will take it from the cache instead of downloading it, so the file is actually downloaded only once. | ||||||
অন্যান্য পৃষ্ঠাগুলি যা একই স্ক্রিপ্টসকেই উল্লেখ করে এটি ডাউনলোড করার পরিবর্তে এটি ক্যাশে থেকে নেবে, সুতরাং ফাইলটি শুধু মাত্র একবারই ডাউনলোড করা হবে। | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
That reduces traffic and makes pages faster. | ||||||
যা ট্রাফিক কমায় এবং পেজকে অনেক দ্রুততর করে। | ||||||
``` | ||||||
|
||||||
````warn header="If `src` is set, the script content is ignored." | ||||||
A single `<script>` tag can't have both the `src` attribute and code inside. | ||||||
````warn header="যদি `src` সেট করা হয়, তাহলে স্ক্রিপ্টের ভিতরের কন্টেন্ট গুলো উপেক্ষিত হবে।" | ||||||
একটি একক `<script>` ট্যাগে কখনই উভয় `src` এট্রিবিউটস এবং ভিতরে কোড থাকতে পারে না। | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. উভয় should be একাধিক |
||||||
|
||||||
This won't work: | ||||||
এটা কাজ করবে না: | ||||||
|
||||||
```html | ||||||
<script *!*src*/!*="file.js"> | ||||||
alert(1); // the content is ignored, because src is set | ||||||
</script> | ||||||
``` | ||||||
|
||||||
We must choose either an external `<script src="…">` or a regular `<script>` with code. | ||||||
আমাদের অবশই পছন্দ করতে হবে হয় বহিরাগত `<script src="…">` অথবা a স্বাভাবিক `<script>` ট্যাগ সাথে কোড নিয়ে। | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. অথবা a স্বাভাবিক => অথবা স্বাভাবিক |
||||||
|
||||||
The example above can be split into two scripts to work: | ||||||
উপরের উদাহরণটি কাজ করতে দুইটি স্ক্রিপ্টে বিভক্ত করা যেতে পারে। | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
```html | ||||||
<script src="file.js"></script> | ||||||
|
@@ -122,11 +121,10 @@ The example above can be split into two scripts to work: | |||||
``` | ||||||
```` | ||||||
|
||||||
## Summary | ||||||
|
||||||
- We can use a `<script>` tag to add JavaScript code to a page. | ||||||
- The `type` and `language` attributes are not required. | ||||||
- A script in an external file can be inserted with `<script src="path/to/script.js"></script>`. | ||||||
## সারাংশ | ||||||
|
||||||
- আমরা একটি পেজে জাভাস্ক্রিপ্ট যোগ করতে `<script>` ট্যাগ ব্যবহার করতে পারি । | ||||||
- `type` এবং `language` এট্রিবিউটস এর এখন আর প্রয়োজন নেই। | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. এট্রিবিউটস এর => এট্রিবিউটসের |
||||||
- বহিরাগত ফাইলের স্ক্রিপ্টগুলো `<script src="path/to/script.js"></script>` এইভাবে রাখা যেতে পারে. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
There is much more to learn about browser scripts and their interaction with the webpage. But let's keep in mind that this part of the tutorial is devoted to the JavaScript language, so we shouldn't distract ourselves with browser-specific implementations of it. We'll be using the browser as a way to run JavaScript, which is very convenient for online reading, but only one of many. | ||||||
ব্রাউজার স্ক্রিপ্টস এবং ওয়েবপেজের সাথে এদের মিথষ্ক্রিয়া সম্পর্কে অনেক কিছু শেখার আছে। কিন্তু, আসুন মনে রাখা যাক যে টিউটরিআলটির এই অংশটি উৎসর্গ করা হয় জাভাস্ক্রিপ্ট ভাষার প্রতি, তাই আমাদের নিজেদেরকে বিভ্রান্ত করা উচিত হবে না এটির ব্রাউজার-নির্দিষ্ট বাস্তবায়ন দেখে. আমরা অনেকের মধ্যে একটি ব্রাউজারকে ব্যবহার করতে থাকবো জাভাস্ক্রিপ্ট চালানোর একটি পথ হিসেবে, যেটা খুবই সহজ অনলাইনে পড়ার জন্য। | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
এই লাইন টি অনুবাদ করা যাবে না। যেমন আছে তেমন ই থাকবে।