Up & Going
Год издания: 2015
Автор: Kyle Simpson
Издательство: O'Reilly Media
ISBN: 978-1-4919-2446-4, 978-1-4919-2441-9
Серия: You Don't Know JS
Язык: Английский
Формат: PDF
Качество: Изначально компьютерное (eBook)
Интерактивное оглавление: Да
Количество страниц: 87
Описание: 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.
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.
Chapter 1 Into Programming
Code
Expressions
Try It Yourself
Operators
Values & Types
Code Comments
Variables
Blocks
Conditionals
Loops
Functions
Practice
Review
Chapter 2 Into JavaScript
Values & Types
Variables
Conditionals
Strict Mode
Functions as Values
this Identifier
Prototypes
Old & New
Non-JavaScript
Review
Chapter 3 Into YDKJS
Scope & Closures
this & Object Prototypes
Types & Grammar
Async & Performance
ES6 & Beyond
Review
Appendix Acknowledgments