FreeCodeCampChina / freecodecamp.cn

FCC China open source codebase and curriculum. Learn to code and help nonprofits.

Home Page:https://fcc.asia/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: I did not use the ++ symbol

Zeng0o opened this issue · comments

Challenge Increment a Number with JavaScript has an issue.
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.

My code:

var myVar = 87;

// 请只修改这条注释以下的代码
myVar = ++myVar;

a = myVar++;