Professional JavaScript for Web Developers

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Update and upgrade your JavaScript skillset for ES 2023 with the ultimate JavaScript guide for pros Professional JavaScript for Web Developers, 5th edition, is the gold-standard in intermediate-to-advanced JavaScript programming development books. The author dives directly into the inner workings of JavaScript to help you clean up your code and become a more sophisticated and talented JavaScript developer. From object-oriented programming and inheritance to combining JavaScript with HTML and other markup languages, expert computer engineer Matt Frisbie walks you through everything you need to know to level-up your JavaScript game. This new edition is updated to include ECMAScript 2023 and later standard releases, the most useful techniques, and a relentless focus on code that works seamlessly in mobile web browsers and with the latest common frameworks and libraries. With this book, you will: • Get up to date with ECMAScript 2023 • Get acquainted with the newest frameworks and libraries • Explore advanced topics such as web animation, workers, and the latest APIs • Get a head start on future ES releases • Learn to use modern syntax and best practices • Understand how to optimize performance in JavaScript applications • Master asynchronous programming patterns using promises, generators, and async/await Perfect for those who think they already know JavaScript “pretty well,” Professional JavaScript for Web Developers, 5th edition, is the pro-level update that intermediate and advanced web developers have been waiting for.

Author(s): Matt Frisbie
Edition: 5
Publisher: Wiley
Year: 2023

Language: English
Commentary: Publisher's PDF
Pages: 1104
City: Hoboken, NJ
Tags: Programming; Debugging; JavaScript; Asynchronous Programming; Maintanability; JSON; Best Practices; Graphics; DOM; Animation; Object-Oriented Programming; Modules; Promises; Error Handling; Generators; ECMAScript; Scripting; Iterators; Workers

Cover Page
Title Page
Copyright Page
Contents
Foreword
Introduction
Who This Book is For
What This Book Covers
How This Book is Structured
What You Need To Use This Book
Chapter 1 What Is JavaScript?
A Short History
Javascript Implementations
ECMAScript
The Document Object Model
The Browser Object Model
Summary
Chapter 2 JavaScript in HTML
The