Skip to content

Instantly share code, notes, and snippets.

@bruno-alves7
Last active June 22, 2023 00:38
Show Gist options
  • Save bruno-alves7/640e37002aa978d13c1fe64b3c1c8777 to your computer and use it in GitHub Desktop.
Save bruno-alves7/640e37002aa978d13c1fe64b3c1c8777 to your computer and use it in GitHub Desktop.
Tópicos JS para revisar

Tópicos JS para revisar

  • Arrow function - DOC - W3
  • Arrays - DOC - W3
  • Objetos - DOC - W3 - W3
  • Operador de coalescência nula - DOC - W3
  • Encadeamento opcional - DOC
  • Desestruturação - DOC - W3
  • Parâmetros Rest - DOC - W3
  • Conditional (ternary) operator - DOC - W3
  • Optional chaining - DOC - W3
  • map() - DOC - W3
  • Filter() - DOC - W3
  • every() - DOC - W3
  • some() - DOC - W3
  • find() - DOC - W3
  • findIndex() - DOC - W3
  • reduce() - DOC - W3
  • template literals - DOC - W3
  • Promises ( async/await) - DOC - W3
  • Switch/Case - DOC - W3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment