Skip to content

Commit

Permalink
feat: organiza ordem dos links e atualiza link de curso (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-evaldo authored May 22, 2024
1 parent 2eecc61 commit 5c07005
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _data/cards/pt_BR/javascript-callbacks-promises.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ key-objectives:
- Fazer chamadas em APIs com `fetch()`
aditional-objectives:
contents:
- type: SITE
title: "MDN Web Docs: Introdução ao JavaScript Async"
link: https://developer.mozilla.org/pt-BR/docs/Learn/JavaScript/Asynchronous/Introducing
- type: SITE
title: "MDN Web Docs: Funções assíncronas"
link: https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Reference/Statements/async_function
Expand All @@ -21,9 +24,6 @@ contents:
- type: SITE
title: "MDN Web Docs: Função Callback"
link: https://developer.mozilla.org/pt-BR/docs/Glossary/Callback_function
- type: SITE
title: "MDN Web Docs: Introdução ao JavaScript Async"
link: https://developer.mozilla.org/pt-BR/docs/Learn/JavaScript/Asynchronous/Introducing
- type: YOUTUBE
title: "Mario Souto - Dev Soutinho: Como usar Async/Await? Promises no JavaScript?"
link: https://www.youtube.com/watch?v=q28lfkBd9F4
Expand All @@ -47,5 +47,5 @@ alura-contents:
title: "Alura+: JavaScript assíncrono e Fetch"
link: https://cursos.alura.com.br/extra/alura-mais/javascript-assincrono-e-fetch-c93
- type: COURSE
title: "Curso Node.js: criando sua primeira biblioteca"
link: https://cursos.alura.com.br/course/nodejs-criando-primeira-biblioteca
title: "Curso JavaScript: consumindo e tratando dados de uma API"
link: https://cursos.alura.com.br/course/javascript-consumindo-tratando-dados-uma-api

0 comments on commit 5c07005

Please sign in to comment.