cual es forma mas cencilla de hacer operaciones matematicas si los datos bienen desde una cadena de texto?.
*Ejemplo: 2+3-3*6/9
Nikolai Kozlov
@NikolaiKozAll comments
- @JulioQuinonesSubmitted over 1 year ago@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 - @Flomoku231Submitted about 2 years ago
The project was good and I learn a lot. I found it difficult in importing the font family in my code. I tried my best but it was not working for me. I am sure of every code that I wrote in this project. I am hoping to do more projects in order to learn something new everyday.
Thanks!
@NikolaiKozPosted about 2 years agoHello friend, a little feedback, the main text is from another font and the color is not black, both things are indicated in the style file, and seeing your result I realized that I also made the same mistake, haha, greetings and many successes!
0