July 2017
Beginner to intermediate
352 pages
7h 30m
English
JavaScript is an amazingly powerful language, but it has a few quirks! This chapter will take you on a quick tour of JavaScript’s features. We’ll assume you know a little bit about programming (maybe in a different language), and will explore what is different about JavaScript.
Because JavaScript is an interpreted language, you have to use an interpreter to run the JavaScript code that you have written. In this chapter and throughout this book we’ll be using the Espruino JavaScript interpreter. However, all of the examples and code in this chapter will work in the same way using most other JavaScript interpreters, such as the V8 interpreter that’s built into the Google Chrome web browser.
ECMAScript ...
Read now
Unlock full access