This lesson teaches how to faster type on your keyboard JavaScript code.
JavaScript uses a very similar syntax to Java. It is one of the reasons why it has "Java" in its name. Although Java and JavaScirpt have similar syntax, both of these languages are fundamentally different. JavaScript is a functional language whereas Java is object oriented. Yet there have been some changes in both languages that made it possible to write in Java a functional code and JavaScript got some data structures like classes that are typical for an object-oriented language.
What is great about JavaScript development is ability to develop code rapidly. You can run your code instantly in developer console of many browsers.
JavaScript is everywhere in the Internet. It is worth to learn touch typing of JavaScript code.