JavaScript vs. Ruby
In JavaScript, 1) We need to declare variables; 2) We need to put semicolon at the end for each statement; 3) JavaScript processes code in block. 4) JavaScript builds constructors by creating Objects. 5) There is no Class in JavaScript. 6) There is only for and while loops in JavaScript. No enumerator built-in methods. 7) We can run JavaScript anywhere, no specific environement required.