首页
教程
IT编程
国外技术
登录
标签
theseandoperationsStack Overflow
javascript - Explain, please, these ++ and -- operations - Stack Overflow
Why this code outputs 3, not 2?var i = 1; i = ++i + --i; console.log(i);I expected:++ii == 2--i
javascriptExplain
Please
theseandoperationsStack Overflow
admin
4天前
4
0