All Projects → FrontendMasters → Javascript Enlightenment

FrontendMasters / Javascript Enlightenment

[Book] JavaScript (ES2015+) Enlightenment

Programming Languages

javascript
184084 projects - #8 most used programming language
es6
455 projects
ecmascript
72 projects

Projects that are alternatives of or similar to Javascript Enlightenment

Choo Handbook
🚂✋📖 - Learn the choo framework through a set of exercises
Stars: ✭ 266 (+4.31%)
Mutual labels:  book, handbook
handbook
evilfactorylabs handbook
Stars: ✭ 14 (-94.51%)
Mutual labels:  book, handbook
Pure Sh Bible
📖 A collection of pure POSIX sh alternatives to external processes.
Stars: ✭ 3,246 (+1172.94%)
Mutual labels:  book, handbook
Front End Handbook 2019
[Book] 2019 edition of our front-end development handbook
Stars: ✭ 3,964 (+1454.51%)
Mutual labels:  book, handbook
Bash Handbook
📖 For those who wanna learn Bash
Stars: ✭ 4,691 (+1739.61%)
Mutual labels:  book, handbook
Wtfjs
🤪 A list of funny and tricky JavaScript examples
Stars: ✭ 24,594 (+9544.71%)
Mutual labels:  book, handbook
Sdn Handbook
SDN手册
Stars: ✭ 543 (+112.94%)
Mutual labels:  book, handbook
Pure Bash Bible
📖 A collection of pure bash alternatives to external processes.
Stars: ✭ 28,109 (+10923.14%)
Mutual labels:  book, handbook
Learn-to-program-with-C AR
ترجمة لدرس تعلّم البرمجة بلغة السي الخاص بموقع OpenClassrooms
Stars: ✭ 51 (-80%)
Mutual labels:  book
go-for-php-developers-book
Книга Go для PHP разработчиков
Stars: ✭ 20 (-92.16%)
Mutual labels:  book
Maeevick
my global strategy about continuous learnings and improvements, projects and activities
Stars: ✭ 23 (-90.98%)
Mutual labels:  book
RedBook
The secret handbook for Skcript.
Stars: ✭ 34 (-86.67%)
Mutual labels:  handbook
programming-windows-5th-edition
Unofficial source code repo for Charles Petzold's Programming Windows 5th Edition.
Stars: ✭ 28 (-89.02%)
Mutual labels:  book
parallel python
Code for Python Parallel Programming Cookbook by Giancarlo Zaccone
Stars: ✭ 29 (-88.63%)
Mutual labels:  book
developer-guidebook
An attempt to crystalize and disseminate useful wisdom about software development and life.
Stars: ✭ 17 (-93.33%)
Mutual labels:  handbook
web-analytics-handbook
Handbook - Rendezvous between developers and web data
Stars: ✭ 23 (-90.98%)
Mutual labels:  handbook
calibre-docker
docker 一键部署 calibre 在线书库
Stars: ✭ 15 (-94.12%)
Mutual labels:  book
maintaining-open-source-projects
A successful open source project is not only one that is original, solves a particular problem well, or has pristine code quality. Those are but the tip of the iceberg, which we'll thoroughly dissect with this book.
Stars: ✭ 63 (-75.29%)
Mutual labels:  book
gitbook-plugin-rss
RSS for your gitbook
Stars: ✭ 19 (-92.55%)
Mutual labels:  book
alkitab-api
📖 Bible API for everyone
Stars: ✭ 88 (-65.49%)
Mutual labels:  book

ES2015+ Enlightenment

Grokking Modern JavaScript, In The Wild

Written by Cody Lindley

Sponsored by Frontend Masters, advancing your skills with in-depth, modern front-end engineering courses

Today, tools like Babel have made it commonplace to see ES2015, ES2016, ES2017, ES2018, and ES2019 language updates/proposals in babelified source code. These compounding language changes can make it difficult to learn something like React, Apollo GraphQL, or Webpack.

This book aims to alleviate this problem by providing a curated selection of the commonly used language updates, tersely explain, to lessen this indirection. Thus, after studying the material in this book grokking new JavaScript code while learning JavaScript frameworks and tools, should be much more comfortable.


Written For:

The contents of this book are for developers who are working in a codebase using modern React, Vue, or Angular code and find recent JavaScript language updates/proposals to be causing too much indirection. And or, developers who want to drill into memory the latest and most commonly used JavaScript updates.

ES2015+ Enlightenment is not a rudimentary read on the JavaScript language. The content in this book attempts to take a developer with ES3 and ES5 knowledge and make them more knowledgeable about ES2015+ and the implications of modern changes to the language on JavaScript tools and frameworks.


How to Use/Read This Book:

First off, this is a mix between a book, a reference, and cheatsheet. My intention in writing is to shine a light on ES5+ language changes in a tersely and helpfully format. To be clear this is not a long form book on the JavaScript language. Or, a detailed reference. Consider this an elaborate cheatsheet with runnable code purposefully curated for those who know ES3 but need to master ES5+.

Second, this is a web book. A lot of contexts can be gained by just clicking on links in this book. If you ever feel in need of more context use the links in the text.


How to Use/Read The Code Examples:

Try and view the code examples as an extension of the words. First, read and re-read the words. Then read the code, especially the code comments, from top to bottom as if they are part of the surrounding paragraphs. The goal should be to grok the code until no questions remain as to what the code example is doing and expressing.


While Using/Reading the book remember, by design:

  • The words and code comments are intentionally terse with the goal of code comprehension without long-winded and exhaustive explanations.
  • The code examples are contrived to reveal the nature of the code. Focus on what the code is doing and making sure you understand it, potentially over my words.
  • The book is a mix of a mini book, a reference, and cheatsheet. Expect it to feel like one of these or all of these at the same time.

Read Online::

https://frontendmasters.com/books/javascript-enlightenment/


Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].