Java Reference
In-Depth Information
Summary
In this chapter, we've learned the following:
• The next version of ECMAScript is version 6, which is codenamed Harmony. It in-
troduces several exciting new features that will help to make JavaScript even more
expressive and easier to use.
• A ninja JavaScript developer should use version control such as Git to keep any pro-
jects.
• A ninja JavaScript developer's knowledge can be kept up to date by subscribing to
mailing lists, attending talks and conferences, following developers on Twitter, and
reading books and blog posts.
• A ninja JavaScript developer should use common JavaScript coding patterns that
are proven best practice. This also makes it easier to communicate about code.
• A ninja JavaScript developer should write lots of code and build things!
• There are many different uses for JavaScript, such as HTML5 games, server-side
development using Node JS, app development for Firefox OS, and building single-
page web applications.
• JavaScript is increasingly being used as a scripting language for the Internet of Th-
ings (IoT), meaning it can be used to program a variety of devices.
And that brings us to the end of our journey! I hope you have enjoyed learning JavaScript
and will continue to develop your skills in the future.
JavaScript has moved beyond its humble beginnings as a basic scripting language for adding
effects to web pages. It now occupies a unique position as a powerful language that can be
used to program on the client-side and the server-side. JavaScript is now becoming increas-
ingly available on several other platforms, extending its reach beyond the Web. The future
certainly seems bright for the language as it offers various opportunities to interact with tech-
nology. The only limit to what you can do is your imagination. So what are you waiting for?
Get programming, ninja!
Search WWH ::




Custom Search