I was using JSLint and I got an error for putting a space after the function name. Why is that bad?
function coolness () {
var hi = "this";
}
ERROR: Problem at line 1 character 19: Unexpected space between 'coolness' and '('.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…