You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Desafios de programação que envolvem cálculos, manipulação de strings, análise de dados e verificação de sequência, com soluções em JavaScript, utilizando boas práticas e interface responsiva.
A quiz is a form of game or mind sport in which players attempt to answer questions correctly on one or several specific topics. Quizzes can be used as a brief assessment in education and similar fields to measure growth in knowledge, abilities, or skills.
I'm starting my studies in programming logic, with the objective of building a solid foundation that will allow for future specialization in different programming languages.
Este es el primer proyecto desarrollado en el curso "Lógica de programación: sumérgete en la programación con JavaScript", como parte del programa Alura ONE. En este repositorio se encuentran los archivos del proyecto, además de los desafíos propuestos en las clases.
Have you ever felt the need to perform a quick calculation in your browser without opening any external app? Try this calculator web app that offers a nice user experience and interface directly in your browser. It is responsive and it was built in with vanilla JavaScript to help you with basic mathematical operations.
Calculator created using JavaScript, HTML and CSS during week 3 of the _nology course. Tested using Cypress. Supports negative number and decimal inputs.