安装及切换node
安装及切换node对应版本
eslint语法
帮助程序员规范编程,避免格式化
常见错误
1. Newline required at end of file but not found
})
这里少一行会报错
2. Missing space before function parentheses. 你可以直接按住Command然后点击错误的文件,vscode会自动打开对应错误.
tenTimesCount(state,..
state括号前面少个空格
3. Expected