Java was slower in practice (probably still is in the browser, idk), doesn't have access to the DOM, you still can't count on the various implementations being consistent and prototypes are way more flexible than classes.
The only desirable thing classes do (apart from being generally better AoT-optimizable) is they sometimes provide compatibility with static typing, which usually contradicts the late binding principle of OO anyway. (Class systems are not OO.)