Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josemartinezrdev/examenfinaljavascript
Examen Final JavaScript
https://github.com/josemartinezrdev/examenfinaljavascript
examen-final js-css-html react
Last synced: about 2 months ago
JSON representation
Examen Final JavaScript
- Host: GitHub
- URL: https://github.com/josemartinezrdev/examenfinaljavascript
- Owner: josemartinezrdev
- Created: 2024-06-05T17:42:28.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T18:56:48.000Z (7 months ago)
- Last Synced: 2024-11-16T03:43:47.389Z (about 2 months ago)
- Topics: examen-final, js-css-html, react
- Language: JavaScript
- Homepage:
- Size: 312 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Descripción
## Ejercicio 1
`const [imgUrl, setImgUrl] = useState("");`
`const [IMC, setIMC] = useState("Ingresa datos primero 😢");`
`const [valor, setValor] = useState(null);`Usando useState cambio los estados, para ver la url, el imc y el valor del imc.
Luego tengo una funcion calcular, a la cual le paso los valores de los inputs con id peso y altura.
Luego se hace una serie de condiciones para definir en que estado se encuentra la persona y por ultimo se actualizan imgUrl, valor y IMC para que se puedan ver