Code structure by shimulch · Pull Request #6 · javascript-tutorial/bn.javascript.info
Shimul Chowdhury added 3 commits
October 15, 2019 16:09Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
বেশ সুন্দর লিখেছেন। ছোট কিছু পরিবর্তন আছে, এগুলি ঠিক করে আপডেট করে দিবেন।
ধন্যবাদ।
Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
বেশ সুন্দর করে গুছিয়ে লেখা আছে। আমার পক্ষ থেকে 👍 দেয়া হলো।
| আমরা ইতিমধ্যেই একটি স্টেটমেন্ট দেখেছি, `alert('হ্যালো, ওয়ার্ল্ড!')`, যা এই ম্যাসেজটি দেখায় - "হ্যালো, ওয়ার্ল্ড!". | ||
|
|
||
| We can have as many statements in our code as we want. Statements can be separated with a semicolon. | ||
| আমাদের যতগুলি ইচ্ছা ততগুলি স্টেটমেন্ট আমাদের কোডে রাখতে পারি। প্রতিটি স্টেটমেন্টকে আমরা সেমিকোলন দিয়ে আলাদা করে রাখতে পারি। |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
যতগুলি ইচ্ছা ততগুলি স্টেটমেন্ট আমরা আমাদের কোডে রাখতে পারি। প্রতিটি স্টেটমেন্ট সেমিকোলন দিয়ে বিভক্ত করা যায়।
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shimulch এই লাইন টা একটু আপডেট করে দিবেন দয়া করে।
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
স্যার, খুবি আনন্দিত হলাম আপনার অনুবাদ দেখে, খুব ই সাবলীল বাঙ্গলা। আশা করি, শীঘ্রই আমার জাভাস্ক্রিপ্ট এর সাথে পথ চলা আরো সহজতর হবে।
স্যার, খুবি আনন্দিত হলাম আপনার অনুবাদ দেখে, খুব ই সাবলীল বাঙ্গলা। আশা করি, শীঘ্রই আমার জাভাস্ক্রিপ্ট এর সাথে পথ চলা আরো সহজতর হবে।
বাংলায় জাভাস্ক্রিপ্ট কমিউনিটিকে যদি আমার অনুবাদ সাহায্য করতে পারে তাহলেই কষ্টটা সার্থক। আপনার ভালো লেগেছে যেনে খুশি হলাম।
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
আপনার সাবলীল সুন্দর, গুছানো অনুবাদের জন্য অনেক অনেক ধন্যবাদ। বেশ কয়েকটা কমেন্ট করেছি। খুব শীঘ্রই আপডেট পাবো বলে আশা করছি। আপনার সময়, শ্রম ও ভালোবাসা দিয়ে আমাদের কমিউনিটি কে অলংকৃত করার জন্য আবারো ধন্যবাদ।
| ``` | ||
|
|
||
| Here, JavaScript interprets the line break as an "implicit" semicolon. This is called an [automatic semicolon insertion](https://tc39.github.io/ecma262/#sec-automatic-semicolon-insertion). | ||
| এখানে, জাভাস্ক্রিপ্ট লাইনের শেষে একটি "ঊহ্য" সেমিকোলন আছে বলে ধরে নেয়। এটাকে বলা হয় [automatic semicolon insertion](https://tc39.github.io/ecma262/#sec-automatic-semicolon-insertion). |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
automatic semicolon insertion => স্বয়ংক্রিয় ভাবে সেমিকোলন যুক্ত করন
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ```` | ||
|
|
||
| Please, don't hesitate to comment your code. | ||
| দয়া করে কোডে কমেন্ট লিখতে ইতস্ততঃ করবেন না। |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ইতস্তত এর সাথে ( ঃ) কলন টি ভুল বসত হয়ে গেছে মনে হয়।
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
অনেক জায়গায় কলন ব্যাবহার হতে দেখেছি। আমার মনে হয় "দ্বিধাবোধ" ব্যবহার করা ভালো হবে।
Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ঠিক আছে। মার্জ করার জন্য প্রস্তুত।
ধন্যবাদ।
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks fine, thanks ❤️
Thank you 💖 I updated the Progress Issue #1 🎉 🎉 🎉
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters