Understanding ECMAScript 6

Understanding ECMAScript 6 pdf epub mobi txt 电子书 下载 2026

出版者:No Starch Press
作者:Nicholas C. Zakas
出品人:
页数:352
译者:
出版时间:2016-9-3
价格:USD 34.95
装帧:Paperback
isbn号码:9781593277574
丛书系列:
图书标签:
  • JavaScript
  • ES6
  • 前端
  • 编程
  • Programming
  • ECMAScript
  • 计算机
  • FrontEnd
  • ECMAScript
  • 6
  • JavaScript
  • ES6
  • 编程
  • 语言
  • 学习
  • 开发
  • 前端
  • 基础
想要找书就要到 小哈图书下载中心
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

具体描述

ECMAScript 6 represents the biggest update to the core of JavaScript in the history of the language. In Understanding ECMAScript 6, expert developer Nicholas C. Zakas provides a complete guide to the object types, syntax, and other exciting changes that ECMAScript 6 brings to JavaScript. Every chapter is packed with example code that works in any JavaScript environment so you'll be able to see new features in action. You'll learn:

* How ECMAScript 6 class syntax relates to more familiar JavaScript concepts

* What makes iterators and generators useful

* How arrow functions differ from regular functions

* Ways to store data with sets, maps, and more

* The power of inheritance

* How to improve asynchronous programming with promises

* How modules change the way you organize code

Whether you're a web developer or a Node.js developer, you'll find Understanding ECMAScript 6 indispensable on your journey from ECMAScript 5 to ECMAScript 6.

《JavaScript:从入门到精通》 本书是一本面向初学者和希望巩固JavaScript基础的开发者的全面指南。它将带领读者从零开始,逐步掌握JavaScript这门强大的脚本语言的核心概念和实践技巧,最终达到能够独立开发复杂Web应用程序的水平。 第一部分:JavaScript基础 初识JavaScript: 介绍JavaScript是什么,它在Web开发中的作用,以及如何将其集成到HTML页面中。我们将学习如何使用 `