Rediscovering JavaScript

Rediscovering JavaScript
Author :
Publisher : Pragmatic Bookshelf
Total Pages : 250
Release :
ISBN-10 : 1680505467
ISBN-13 : 9781680505467
Rating : 4/5 (467 Downloads)

Book Synopsis Rediscovering JavaScript by : Venkat Subramaniam

Download or read book Rediscovering JavaScript written by Venkat Subramaniam and published by Pragmatic Bookshelf. This book was released on 2018-10-25 with total page 250 pages. Available in PDF, EPUB and Kindle. Book excerpt: JavaScript is no longer to be feared or loathed - the world's most popular and ubiquitous language has evolved into a respectable language. Whether you're writing frontend applications or server side code, the phenomenal features from ES6 and beyond - like the rest operator, generators, destructuring, object literals, arrow functions, modern classes, promises, async, and metaprogramming capabilities - will get you excited and eager to program with JavaScript. You've found the right book to get started quickly and dive deep into the essence of modern JavaScript. Learn practical tips to apply the elegant parts of the language and the gotchas to avoid. JavaScript is a black swan that no one, including the author of the language, thought would become a popular and ubiquitous language. Not long ago, it was the most hated and feared language you could use to program the web. JavaScript ES6 and beyond has gone through a significant makeover. Troublesome features have been replaced with better, elegant, more reliable alternatives. This book includes many practical examples and exercises to help you learn in depth. It will not bore you with idiosyncrasies and arcane details intended for bad interview questions. Instead, it takes you into key features that you can readily use in your day-to-day projects. Whether you program the frontend or the server side, you can now write concise, elegant, and expressive JavaScript with newer features like default parameters, template literals, rest and spread operators, destructuring, arrow functions, and generators. Take it up a notch with features like infinite series, promises, async, and metaprogramming to create flexible, powerful, and extensible libraries. While the evolved features of the language will draw you in, the hundreds of examples in this book will pin the concepts down, for you to use on your projects. Take command of modern JavaScript and unlock your potential to create powerful applications. What You Need: To try out the examples in the book you will need a computer with Node.js, a text editor, and a browser like Chrome installed in it.


Rediscovering JavaScript Related Books

Rediscovering JavaScript
Language: en
Pages: 250
Authors: Venkat Subramaniam
Categories: Computers
Type: BOOK - Published: 2018-10-25 - Publisher: Pragmatic Bookshelf

GET EBOOK

JavaScript is no longer to be feared or loathed - the world's most popular and ubiquitous language has evolved into a respectable language. Whether you're writi
JavaScript Cookbook
Language: en
Pages: 633
Authors: Shelley Powers
Categories: Computers
Type: BOOK - Published: 2015-01-26 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

Problem solving with JavaScript is a lot trickier now that its use has expanded considerably in size, scope, and complexity. This cookbook has your back, with r
JavaScript: The Good Parts
Language: en
Pages: 174
Authors: Douglas Crockford
Categories: Computers
Type: BOOK - Published: 2008-05-08 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before i
Refactoring JavaScript
Language: en
Pages: 441
Authors: Evan Burchard
Categories: Computers
Type: BOOK - Published: 2017-03-13 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

How often do you hear people say things like this? "Our JavaScript is a mess, but we’re thinking about using [framework of the month]." Like it or not, JavaSc
Maintainable JavaScript
Language: en
Pages: 240
Authors: Nicholas C. Zakas
Categories: Computers
Type: BOOK - Published: 2012-05-10 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

"Writing readable code"--Cover