Skip to content

Basic operators, maths #113

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 8 commits into from
Jun 21, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Operators task 2 translated
  • Loading branch information
MShafquat committed Jan 16, 2021
commit 3d919bb3435a57d6eb69f27c3a7e3d607fb7a0bf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The answer is:
উত্তর হচ্ছে:

- `a = 4` (multiplied by 2)
- `x = 5` (calculated as 1 + 4)
- `a = 4` (২ দিয়ে গুণ)
- `x = 5` (১ + ৪ হিসেবে)

4 changes: 2 additions & 2 deletions 1-js/02-first-steps/08-operators/2-assignment-result/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ importance: 3

---

# Assignment result
# অ্যাসাইনমেন্টের ফলাফল

What are the values of `a` and `x` after the code below?
নিচের কোডের পর `a` আর `x` এর মান কী হবে?

```js
let a = 2;
Expand Down