Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Curso Completo de JavaScript Moderno - ES6 #2

Closed
46 tasks done
wgoulaart opened this issue Jan 4, 2018 · 0 comments
Closed
46 tasks done

Curso Completo de JavaScript Moderno - ES6 #2

wgoulaart opened this issue Jan 4, 2018 · 0 comments
Labels
Done Finish Congratulations you're finish! :metal:

Comments

@wgoulaart
Copy link
Owner

wgoulaart commented Jan 4, 2018

✨ Curso Completo de JavaScript Moderno - ES6

Section 1 - Introdução

  • Introdução ao ES6

Section 2 - Novas variáveis e Escopo

  • Escopo no JS
  • Variável let
  • Variável const
  • Temporal Dead Zone

Section 3 - Arrow Functions

  • Introdução a Arrow Functions
  • Arrow Function e o lexical this

Section 4 - Template Literals

  • Introdução a Template Literals
  • Usando Template Literals para criar mini componentes em HTML
  • Tagged Template

Section 5 - Pequenas melhorias

  • Shorthand Properties
  • Default Parameters
  • Novos métodos para Strings

Section 6 - Melhorias nos Arrays

  • Array.from
  • Array.of
  • Array.find e Array.findIndex
  • Array.fill

Section 7 - Destructuring

  • Introdução ao Destructuring
  • Destructuring em Arrays
  • Fazendo swap de variáveis com destructuring

Section 8 - ...Spread and ...Rest

  • Introdução ao Spread Operator
  • Usando o Spread dentro de funções
  • Rest params

Section 9 - Promises

  • Introdução a Promises
  • Exemplo Real de Promises
  • Manipulando Múltiplas Promises

Section 10 - Classes

  • Herança Prototipal
  • Criando Classes do ES6
  • Usando extended Classes

Section 11 - Symbols e Iterators

  • Introdução a Symbols
  • Iterators e Iterables - for...of

Section 12 - Generators

  • Introdução a Generators
  • Usando generators para fluxos assíncronos

Section 13 - Proxies, Sets, Maps

  • Introdução ao Proxy
  • Introdução ao Set
  • Introdução ao WeakSet
  • Introdução ao Map
  • Introdução ao WeakMap

Section 14 - Módulos em JS e Introdução ao Webpack

  • Introdução a Módulos em JS
  • Configurando o Webpack
  • Trabalhando com imports no ES6
  • Trabalhando com exports no ES6
  • UglifyJS no Webpack
  • Variáveis de Ambiente no Webpack
  • Adicionando e Utilizando Sourcemaps
  • Inicializando um server com Webpack
@wgoulaart wgoulaart added this to the Learning Progress milestone Jan 4, 2018
@wgoulaart wgoulaart added this to To Do in Learn Progress Jan 4, 2018
@wgoulaart wgoulaart moved this from To Do to In progress in Learn Progress Jan 5, 2018
@wgoulaart wgoulaart added the In Progress Don't give up finish this shit! label Jan 5, 2018
@wgoulaart wgoulaart moved this from In progress to Done in Learn Progress Mar 15, 2018
@wgoulaart wgoulaart added Open Wait you started and removed In Progress Don't give up finish this shit! labels Mar 15, 2018
@wgoulaart wgoulaart reopened this Mar 15, 2018
Learn Progress automation moved this from Done to In progress Mar 15, 2018
@wgoulaart wgoulaart moved this from In progress to Done in Learn Progress Mar 15, 2018
@wgoulaart wgoulaart added Done Finish Congratulations you're finish! :metal: and removed Open Wait you started labels Mar 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Done Finish Congratulations you're finish! :metal:
Projects
Development

No branches or pull requests

1 participant