JSLint Expected '===' and instead saw '=='

前端 未结 8 1875
我在风中等你
我在风中等你 2020-11-30 21:08

Recently I was running some of my code through JSLint when I came up with this error. The thing I think is funny about this error though is that it automatically assumes tha

8条回答
  •  無奈伤痛
    2020-11-30 21:53

    Well it can't really cause problems, it's just giving you advice. Take it or leave it. That said, I'm not sure how clever it is. There may well be contexts in which it doesn't present it as an issue.

提交回复
热议问题