Submitted over 1 year ago
Calculator with CSS Grid, flexbox, Vanilla js
@JulioQuinones
Design comparison
SolutionDesign
Solution retrospective
cual es forma mas cencilla de hacer operaciones matematicas si los datos bienen desde una cadena de texto?.
*Ejemplo: 2+3-3*6/9
Community feedback
- @NikolaiKozPosted over 1 year ago
Se utiliza la funcion eval(), pero eso tambien naliza la cadena como una expresion, lo que podria traerte problemas.
La función eval() evalúa un código JavaScript representado como una cadena de caracteres (string), sin referenciar a un objeto en particular. - MDN
Marked as helpful0 - @Davidmide02Posted over 1 year ago
Wow!
This is the challenge am picking up next
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord