Up & Going
Год: 2015
Автор: Kyle Simpson
Издательство: O'Reilly Media
ISBN: 978-1-4919-2446-4
Серия: You Don't Know JS
Язык: Английский
Формат: PDF
Качество: Изначально компьютерное (eBook)
Интерактивное оглавление: Да
Количество страниц: 88
Описание: 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.
With this book you will:
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
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