Modern JavaScript for the Impatient (Addison-Wesley)
Wednesday, 11 November 2020

This book is a guide to JavaScript E6 and beyond that concentrates on the most recent versions so developers can rapidly move from languages such as Java, C#, C, or C++.  Author Cay S. Horstmann's practical insights and sample code illustrate what's that’s new, and look at how to avoid common pitfalls and obsolete features. The book also looks at how to make the most of modern JavaScript’s robust toolchains and frameworks.

<ASIN:0136502148>

 

Author: Cay S. Horstmann
Publisher: Addison-Wesley
Date: July 2020
Pages: 352
ISBN: 978-0136502142
Print: 0136502148
Kindle: B08F5HFWBH
Audience: Developers interested in JavaScript
Level: Intermediate
Category: JavaScript

 

  • Quickly master modern JavaScript’s implementation of fundamental programming constructs
  • Avoid legacy techniques that create unnecessary complexity and risk
  • Make the most of functional, object-oriented, and asynchronous techniques
  • Use modules to efficiently organize and run complex programs
  • Write more powerful, flexible, and concise programs with metaprogramming
  • Extend JavaScript’s power via JavaScript libraries, frameworks, and platforms

Related Reviews

Core Java For The Impatient 

For recommendations of JavaScript books see JavaScript Beginners Book Choice and Advanced JavaScript Book Choices in our Programmer's Bookshelf section.

 

For more Book Watch just click.

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

 

 

Banner
 


Grokking Machine Learning

Author: Luis G. Serrano
Publisher: Manning
Date: December 2021
Pages: 512
ISBN: 978-1617295911
Print: 1617295914
Kindle: B09LK7KBSL
Audience: Python developers interested in machine learning
Rating: 5
Reviewer: Mike James
Another book on machine learning - surely we have enough by now?



Balancing Coupling in Software Design

Author: Vlad Khononov
Publisher: Addison-Wesley
Date: October 2024
Pages: 320
ISBN: 978-0137353484
Print: 0137353480
Kindle: B09RV3Z3TP
Audience: General
Rating: 4.5
Reviewer: Kay Ewbank

This book looks in detail at coupling, the degree of interdependence between software modules, and how to use coupling  [ ... ]


More Reviews