Skip to content

The old "var" #28

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

Merged
merged 15 commits into from
Nov 3, 2019
Merged

The old "var" #28

merged 15 commits into from
Nov 3, 2019

Conversation

lhmisho
Copy link
Contributor

@lhmisho lhmisho commented Oct 27, 2019

No description provided.

@javascript-translate-bot

Error: the article already has PR number in the Progress Issue #1, it's 20 ⁉️


## "var" has no block scope
# "var" এর কোন ব্লকস্কোপ নেই।
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# "var" এর কোন ব্লকস্কোপ নেই।
# "var" এর কোন ব্লক স্কোপ নেই।

@@ -161,40 +161,40 @@ function sayHi() {
sayHi();
```

The line `var phrase = "Hello"` has two actions in it:
`var phrase` = "Hello" লাইনটির মধ্যে দুটি কাজ রয়েছেঃ
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`var phrase` = "Hello" লাইনটির মধ্যে দুটি কাজ রয়েছেঃ
`var phrase = "Hello"` লাইনটির মধ্যে দুটি কাজ রয়েছেঃ

@raikusy raikusy merged commit 7117013 into javascript-tutorial:master Nov 3, 2019
@javascript-translate-bot

Thank you 💖 I updated the Progress Issue #1 🎉 🎉 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants