github

leonardomso / 33-js-concepts

  • среда, 17 октября 2018 г. в 00:15:36
https://github.com/leonardomso/33-js-concepts

JavaScript
📜 33 concepts every JavaScript developer should know.




33 Concepts Every JS Developer Should Know

33 Concepts Every JavaScript Developer Should Know

PRs Welcome Licence MIT

Introduction

This repository was created with the intention of helping developers master their concepts in JavaScript. It is not a requirement, but a guide for future studies. It is based on an article written by Stephen Curtis and you can read it here. Feel free to contribute.


Table of Contents


Call Stack

Articles

Videos

⬆ back to top


Primitive Types

Articles

Videos

⬆ back to top


Value Types and Reference Types

Articles

Videos

⬆ back to top


Implicit, Explicit, Nominal, Structuring and Duck Typing

Articles

⬆ back to top


== vs === vs typeof

Articles

Videos

⬆ back to top


Function Scope, Block Scope and Lexical Scope

Articles

Videos

⬆ back to top


Expression vs Statement

Articles

Videos

⬆ back to top


IIFE, Modules and Namespaces

Articles

Videos

⬆ back to top


Message Queue and Event Loop

Articles

Videos

⬆ back to top


setTimeout, setInterval and requestAnimationFrame

Articles

Videos

⬆ back to top


JavaScript Engines

Articles

Videos

⬆ back to top


Bitwise Operators, Type Arrays and Array Buffers

Articles

Videos

⬆ back to top


DOM and Layout Trees

Articles

Videos

⬆ back to top


Factories and Classes

Articles

Videos

⬆ back to top


this, call, apply and bind

Articles

Videos

⬆ back to top


new, Constructor, instanceof and Instances

Articles

⬆ back to top


Prototype Inheritance and Prototype Chain

Articles

Videos

⬆ back to top


Object.create and Object.assign

Articles

Videos

⬆ back to top


map, reduce, filter

Articles

Videos

⬆ back to top


Pure Functions, Side Effects and State Mutation

Articles

Videos

⬆ back to top


Closures

Articles

Videos

⬆ back to top


High Order Functions

Articles

Videos

⬆ back to top


Recursion

Articles

Videos

⬆ back to top


Collections

Articles

Videos

⬆ back to top


Promises

Articles

Videos

⬆ back to top


async/await

Articles

⬆ back to top


Data Structures

Articles

Videos

⬆ back to top


Expensive Operation and Big O Notation

Articles

Videos

⬆ back to top


Algorithms

Articles

⬆ back to top


Inheritance, Polymorphism and Code Reuse

Articles

Videos

⬆ back to top


Design Patterns

Articles

⬆ back to top


Partial Applications, Currying, Compose and Pipe

Articles

Videos

⬆ back to top


Clean Code

Articles

⬆ back to top