en.javascript.info/1-js/2-first-steps/09-operators/2-assignment-result/solution.md
Ilya Kantor 3dc3018fd1 works
2016-07-02 18:11:36 +03:00

77 B

The answer is:

  • a = 4 (multiplied by 2)
  • x = 5 (calculated as 1 + 4)