Skip to content

feat: organiza ordem dos links e atualiza link de curso #272

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

Merged
merged 1 commit into from
May 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading