https://github.com/beto-ouverney/project-zoo-functions
Trybe course JavaScript project with HOFs
https://github.com/beto-ouverney/project-zoo-functions
hofs javascript
Last synced: 2 months ago
JSON representation
Trybe course JavaScript project with HOFs
- Host: GitHub
- URL: https://github.com/beto-ouverney/project-zoo-functions
- Owner: beto-ouverney
- Created: 2022-05-12T02:52:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T04:25:23.000Z (almost 3 years ago)
- Last Synced: 2024-12-30T21:23:54.775Z (4 months ago)
- Topics: hofs, javascript
- Language: JavaScript
- Homepage:
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## Habilidades exigidas para o projeto
- Produzir código legível, conciso e expressivo utilizando as novas funcionalidades do ES6;
- Utilizar as _Higher Order Functions_ para manipular e criar arrays;
- Escolher a _Higher Order Function_ mais adequada para a obtenção de um resultado esperado;
- Aprender a usar de forma conjunta as _Higher Order Functions_;
- Interpretar testes unitários e produzir soluções que atendam a eles.