Compared with other languages
Syntactically, the core JavaScript language resembles C, C++ and Java.
JavaScript is an untyped language
(variables do not have to have a type specified)
JavaScript is a purely interpreted language
(C, C++ need to be compiled)