complexity: 2 ; importance: 5; author: 4LUCKYNIKITA
Hierarchy: [All Javascript - JavaScript core - Operators and Expressions]
Calculate expression
Problem 2015-12-18-16-11
Question: What would the alert say?
x=5
x += 5 + 2
alert ( x ) ;