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.
- Host: GitHub
- URL: https://github.com/nikumu/30-days-of-js
- Owner: nikumu
- Created: 2024-08-24T18:13:32.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-10-15T18:09:10.000Z (8 months ago)
- Last Synced: 2025-04-05T01:04:36.239Z (2 months ago)
- Topics: 30-days-of-javascript, exercises, javascript, javascript-exercises, js, programming
- Language: JavaScript
- Homepage:
- Size: 159 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) |