An open API service indexing awesome lists of open source software.

https://github.com/nikumu/30-days-of-js

Este repositório contém exercícios em JavaScript que criei para praticar e consolidar meus conhecimentos. Ele abrange uma variedade de tópicos, desde fundamentos até conceitos avançados, permitindo um aprendizado contínuo e desafiador.
https://github.com/nikumu/30-days-of-js

30-days-of-javascript exercises javascript javascript-exercises js programming

Last synced: about 2 months ago
JSON representation

Este repositório contém exercícios em JavaScript que criei para praticar e consolidar meus conhecimentos. Ele abrange uma variedade de tópicos, desde fundamentos até conceitos avançados, permitindo um aprendizado contínuo e desafiador.

Awesome Lists containing this project

README

        


# 30 DAYS OF JAVASCRIPT

Este repositório contém exercícios em JavaScript que criei para praticar e consolidar meus conhecimentos. Ele abrange uma variedade de tópicos, desde fundamentos até conceitos avançados, permitindo um aprendizado contínuo e desafiador.

## Lista de desafios 🛠️

| # Day | Topics |
| ----- | :-------------------------------------------------------------------------------------------------------------------------------------------------: |
| 01 | [Contador de Letras](https://github.com/nikumu/30-days-of-js/tree/master/dia-01) |
| 02 | [Porcentagem](https://github.com/nikumu/30-days-of-js/tree/master/dia-02) |
| 03 | [Reverso](https://github.com/nikumu/30-days-of-js/tree/master/dia-03) |
| 04 | [Contador de Vogais](https://github.com/nikumu/30-days-of-js/tree/master/dia-04) |
| 05 | [Letras Invertidas](https://github.com/nikumu/30-days-of-js/tree/master/dia-05) |
| 06 | [Remove Números](https://github.com/nikumu/30-days-of-js/tree/master/dia-06) |
| 07 | [Reduce](https://github.com/nikumu/30-days-of-js/tree/master/dia-07) |
| 08 | [Filter](https://github.com/nikumu/30-days-of-js/tree/master/dia-08) |
| 09 | [Frequência](https://github.com/nikumu/30-days-of-js/tree/master/dia-09) |
| 10 | [Descrição de Livro](https://github.com/nikumu/30-days-of-js/tree/master/dia-10) |
| 11 | [Mensagem Formatada](https://github.com/nikumu/30-days-of-js/tree/master/dia-11) |
| 12 | [inverte Vetor](https://github.com/nikumu/30-days-of-js/tree/master/dia-12) |
| 13 | [Palíndromo](https://github.com/nikumu/30-days-of-js/tree/master/dia-13) |
| 14 | [Máximo Divisor Comum](https://github.com/nikumu/30-days-of-js/tree/master/dia-14) |
| 15 | [Fibonacci](https://github.com/nikumu/30-days-of-js/tree/master/dia-15) |
| 16 | [Número Primo](https://github.com/nikumu/30-days-of-js/tree/master/dia-16) |
| 17 | [Encapsulamento](https://github.com/nikumu/30-days-of-js/tree/master/dia-17) |
| 18 | [Filter Números Pares](https://github.com/nikumu/30-days-of-js/tree/master/dia-18) |
| 19 | [Concat Arrays](https://github.com/nikumu/30-days-of-js/tree/master/dia-19) |
| 20 | [Validate CEP](https://github.com/nikumu/30-days-of-js/tree/master/dia-20) |
| 21 | [Domínio](https://github.com/nikumu/30-days-of-js/tree/master/dia-21) |
| 22 | [Fatorial](https://github.com/nikumu/30-days-of-js/tree/master/dia-22) |
| 23 | [Espaços em Branco](https://github.com/nikumu/30-days-of-js/tree/master/dia-23) |
| 24 | [Soma](https://github.com/nikumu/30-days-of-js/tree/master/dia-24) |
| 25 | [Mínimo Múltiplo Comum](https://github.com/nikumu/30-days-of-js/tree/master/dia-25)
| 26 | [Converte um Objeto em uma String JSON](https://github.com/nikumu/30-days-of-js/tree/master/dia-26)
| 27 | [Exceção](https://github.com/nikumu/30-days-of-js/tree/master/dia-27) |
| 28 | [Função Assíncrona](https://github.com/nikumu/30-days-of-js/tree/master/dia-28) |
| 29 | [Subarray](https://github.com/nikumu/30-days-of-js/tree/master/dia-29) |
| 30 | [Extrair Valores](https://github.com/nikumu/30-days-of-js/tree/master/dia-30) |