https://github.com/hmeirelles0/magic-sequence
Website desenvolvido para fins de práticas de funções Callback em JavaScript.
https://github.com/hmeirelles0/magic-sequence
callback-functions css html javascript
Last synced: 8 months ago
JSON representation
Website desenvolvido para fins de práticas de funções Callback em JavaScript.
- Host: GitHub
- URL: https://github.com/hmeirelles0/magic-sequence
- Owner: hmeirelles0
- Created: 2024-03-07T21:25:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T23:17:21.000Z (over 1 year ago)
- Last Synced: 2025-03-16T00:16:01.360Z (about 1 year ago)
- Topics: callback-functions, css, html, javascript
- Language: CSS
- Homepage: https://hmeirelles0.github.io/magic-sequence/
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Oi 👋
Gostaria de compartilhar um pequeno projeto pessoal que teve como intuito a prática de um dos fundamentos da linguagem JavaScript, as funções "Callback", especificamente a função ```ForEach```, neste caso implementada sobre um array que recebe como entrada, valores numéricos enviados pelo usuário.
Através do método ```ForEach```, cada elemento, seu valor e respectiva chave (ou index) contidos no array entram como parâmetros para a função ForEach, que retornará visualmente os elementos ordenados e enumerados em ordem crescente.
> [!NOTE]
> O site também apresenta responsividade para diferentes tamanhos de tela, do mobile ao desktop.
Hi 👋
I'd like to share this little personal project of mine, developed with the goal of practicing some of the fundamentals of JavaScript, the Callback functions, especifically the ```ForEach``` function, in this case implemented over an array which receives as entry, numerical values submitted by the user.
Through the use of this method, each element, their value e respective index in the array are parameters for the ```ForEach``` function, in turn returning its elements in an ordered fashion.
> [!NOTE]
> Special attention was given to responsiveness, enabling the website to be able to adapt to different size screens, be it a mobile or desktop sized-screen.