up
This commit is contained in:
parent
83b93e5992
commit
9ad9063d00
742 changed files with 884 additions and 779 deletions
14
1-js/02-first-steps/07-operators/2-assignment-result/task.md
Normal file
14
1-js/02-first-steps/07-operators/2-assignment-result/task.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
importance: 3
|
||||
|
||||
---
|
||||
|
||||
# Assignment result
|
||||
|
||||
What will be values of `a` and `x` in the example below?
|
||||
|
||||
```js
|
||||
let a = 2;
|
||||
|
||||
let x = 1 + (a *= 2);
|
||||
```
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue