This is absolutely a load of crap. It's well-known that Safari and Chrome tend to battle for the best fastest Javascript browser; Chrome is far from the slowest.
Furthermore, JSLint is an absolutely ridiculous tool. Douglas came and spoke at my university about the JSLint tool, and I was personally disgusted with his attitude and arrogance. He believes he's the greatest thing that has ever happened to Javascript and it's incredibly irritating.
During his talk, I tested some of my JS code against the JSLint tool. It raised hundreds of pointless errors including errors about 'no braces after if statements' (keep in mind that, according to W3C, one-line if statements are valid JS syntax). Some of my JS code is currently used on production sites that average thousands of hits per day and there has never been a complaint about Javascript benchmarks.
So, at the end of the talk, Crockford opened the floor to questions. I asked why his tool, JSLint, raised errors against W3C standards. He claimed that *not* having curly braces after if statements was invalid syntax and browsers just weren't strict enough. He then claimed that adding curly braces speed up rendering time (despite the fact that it adds additional load time).
So.... I ran my own benchmark tests and he's 1000% WRONG. Curly braces are actually about 3x *slower* (2.67) that one-liners! (I tested for loops and if statements).
I personally don't respect anything the man says, and I question his knowledge on the subject. I know many leaders in the JS industry also refute the majority of his claims. I would not believe this article... at all