Comment on JS is Assembly Language for the Web: Brendan Eich, Crockford, & others commentComments−olavk15yThe most interesting insight is that because JS is higher level than Java bytecode, it avoids some of the lower-level compatibility issues, which actually makes WORA easier, even when considering JS a VM language.
Comments
The most interesting insight is that because JS is higher level than Java bytecode, it avoids some of the lower-level compatibility issues, which actually makes WORA easier, even when considering JS a VM language.