Kirjojen hintavertailu. Mukana 11 342 296 kirjaa ja 12 kauppaa.

Kirjahaku

Etsi kirjoja tekijän nimen, kirjan nimen tai ISBN:n perusteella.

3 kirjaa tekijältä Nicholas C. Zakas

Maintainable JavaScript

Maintainable JavaScript

Nicholas C. Zakas

O'Reilly Media, Inc, USA
2012
nidottu
When you're writing code alone, you have a lot of leeway. But when you start writing code as part of a team, you need to think harder about the decisions you make. This book will help you do that. When you write code in a team setting, will other developers be able to understand what you did? Did you organize your code in such a way that it's easy to adapt and extend? Will your code survive once you're gone? Maintainable JavaScript doesn't just recommend a set of guidelines, it examines guidelines being used and recommended by others in the industry, so you get a feel for what's common in well-run JavaScript projects. Save a copy of this book now. It's the only resource that focus solely on JavaScript conventions.
The Principles of Object-Oriented JavaScript

The Principles of Object-Oriented JavaScript

Nicholas C. Zakas

No Starch Press,US
2014
nidottu
If you've used a more traditional object-oriented language, such as C++ or Java, JavaScript probably doesn't seem object-oriented at all. It has no concept of classes, and you don't even need to define any objects in order to write code. But don't be fooled JavaScript is an incredibly powerful and expressive object-oriented language that puts many design decisions right into your hands. In The Principles of Object-Oriented JavaScript, Nicholas C. Zakas thoroughly explores JavaScript's object-oriented nature, revealing the language's unique implementation of inheritance and other key characteristics. You'll learn: The difference between primitive and reference values What makes JavaScript functions so unique The various ways to create objects How to define your own constructors How to work with and understand prototypes Inheritance patterns for types and objects The Principles of Object-Oriented JavaScript will leave even experienced developers with a deeper understanding of JavaScript. Unlock the secrets behind how objects work in JavaScript so you can write clearer, more flexible, and more efficient code.
Understanding Ecmascript 6

Understanding Ecmascript 6

Nicholas C. Zakas

No Starch Press,US
2016
nidottu
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.