Skip to content

Instantly share code, notes, and snippets.

@AlyoshaS
Forked from vinicius73/0-contribua-.md
Created April 22, 2018 20:24
Show Gist options
  • Save AlyoshaS/93244e0a3099339f18dffbc0fd565685 to your computer and use it in GitHub Desktop.
Save AlyoshaS/93244e0a3099339f18dffbc0fd565685 to your computer and use it in GitHub Desktop.

Tópicos de estudo para JavaScript

Base JS

  • Lexical Scopes
  • Protótipos
  • Funções Construtoras
  • ES6 Class
  • Factory
  • Mixins
  • Composição
  • Composição vs Herança Clássica
  • Funções Construtoras vs Factory
  • Funções Construtoras vs ES6 Class

Aprofundamento

  • call, bind, apply
  • Async/Sync
  • Callbacks
  • Promises
  • Lexical this
  • UMD/AMD
  • ESModules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment