Victor Alvarenga
Victor Alvarenga
Não sei se é possível ajustar o teste automatizado para também aceitar o cenário abaixo, mas esse cenário falha no teste mesmo gerando um programa funcional. Dentro do arquivo **src/hooks/cart.tsx**:...
Na sessão **Preparando o backend** o exemplo de retorno do backend possui um erro. `"value"` está definido como String, mas o backend deve retornar um Number, segundo o desafio 06...
A color object type is being checked the same way in 3 parts of the code. `hslToColorString.js` , `rgbToColorString.js` and `toColorString.js`. To simplify its use and also reduce the lib...
Improve the performance of the `tint` and `shade` functions. It is a tiny performance improvement and lib size reduction, but it does not degrade in any shape or form the...
Divided the Readme guide in sections to make it easier to understand for beginners and added a `TranslatorOptions` type to help with intelisense.