Processing ......
FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
 
You Don't Know JS Yet: Get Started - 2nd Edition
Top Free JavaScript Books 🌠 - 100% Free or Open Source!
  • Title: You Don't Know JS Yet: Get Started - 2nd Edition
  • Author(s) Kyle Simpson
  • Publisher: Independently published (January 28, 2020); eBook (2nd GitHub Edition, 2020)
  • License(s): CC BY-NC-ND 4.0
  • Paperback: 143 pages
  • eBook: HTML
  • Language: English
  • ISBN-10/ASIN: B084BNMN7T (1st Ed. 1491924462)
  • ISBN-13: 979-8602477429
  • :

Book Description

It's easy to learn parts of JavaScript, but much harder to learn it completely or even sufficiently whether you're new to the language or have used it for years. With the "You Don't Know JS" book series, you'll get a more complete understanding of JavaScript, including trickier parts of the language that many experienced JavaScript programmers simply avoid.

No matter how much experience you have with JavaScript, odds are you don't fully understand the language. As part of the "You Don't Know JS" series, this concise yet in-depth guide focuses on new asynchronous features and performance techniques including Promises, generators, and Web Workers that let you create sophisticated single-page web applications and escape callback hell in the process.

The series first book, Up & Going, provides the necessary background for those of you with limited programming experience. By learning the basic building blocks of programming, as well as JavaScript's core mechanisms, you'll be prepared to dive into the other, more in-depth books in the series and be well on your way toward true JavaScript.

  • Learn the essential programming building blocks, including operators, types, variables, conditionals, loops, and functions
  • Become familiar with JavaScript's core mechanisms such as values, function closures, this, and prototypes
  • Get an overview of other books in the series and learn why it's important to understand all parts of JavaScript
About the Authors
  • Kyle Simpson is an Open Web Evangelist from Austin, TX. He's passionate about JavaScript, HTML5, real-time/peer-to-peer communications, and web performance. Otherwise, he's probably bored by it. Kyle is an author, workshop trainer, tech speaker, and avid OSS community member.
Reviews, Ratings, and Recommendations: Related Book Categories: Read and Download Links: Similar Books:
  • JavaScript for Impatient Programmers (Axel Rauschmayer)

    This book makes JavaScript less challenging to learn for newcomers, by offering a modern view that is as consistent as possible. No prior knowledge of JavaScript is required, but you should know how to program.

  • Eloquent JavaScript, 3rd Edition: A Modern Introduction

    Eloquent JavaScript dives deep into the JavaScript language to show you how to write beautiful, effective code. It immerses you in example code from the start, while exercises and full-chapter projects give you hands-on experience.

  • Deep JavaScript: Theory and Techniques (Axel Rauschmayer)

    In depth knowledge of JavaScript makes it easier to learn a variety of other frameworks, including Node.js, React, Angular, and related tools and libraries. This book is designed to help you cover the core JavaScript concepts you need to build modern applications.

  • You Don't Know JS Yet: Scope and Closures, 2nd Edition

    This concise yet in-depth guide takes you inside scope and closures, two core concepts you need to know to become a more efficient and effective JavaScript programmer. You'll learn how and why they work, and how to use it, etc.

  • You Don't Know JS Yet: Async & Performance

    This concise yet in-depth guide focuses on new asynchronous features and performance techniques including Promises, generators, and Web Workers that let you create sophisticated single-page web applications and escape callback hell in the process.

  • You Don't Know JS Yet: Objects and Classes

    This concise, in-depth guide takes you inside JavaScript's this structure and object prototypes. You'll learn how they work and why they're integral to behavior delegation a design pattern in which objects are linked, rather than cloned.

  • You Don't Know JS Yet: Types and Grammar

    This compact guide explores JavaScript types in greater depth than previous treatments by looking at type coercion problems, demonstrating why types work, and showing you how to take advantage of these features.

  • You Don't Know JS Yet: ES.Next & Beyond

    It focuses on new features available in ECMAScript 6 (ES6), the latest version of the standard upon which JavaScript is built. It dives into trickier parts of the language that many JavaScript programmers either avoid or know nothing about.

Book Categories
:
Other Categories
Resources and Links