Blog Archives
JavaScript – A Different Beast, Part 2: Types and Type Conversion
Previous topic in this series: JavaScript – A different beast!
This is the second part of my tutorial on JavaScript. Focus of this series is to introduce developers who are comfortable with other programming languages like Java or C to the idiosyncrasies of JavaScript. Basic JavaScript knowledge is assumed, but is not necessary as the code samples are simple and self-explanatory.
Topics:
|
The Language
Javascript is a dialect of ECMAScript. ECMAScript is the mother specification for a family of languages like JavaScript and ActionScript. Read the rest of this entry

