Skip to content

Pansho-Dev/Calculadora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🥑 Calculadora en JavaScript

Este es un proyecto ocupando lo funciones flechas, validaciones y trycatch para evitar problemas al momento de ejecutar código, esto se ve en el archivo js, en la función calcular.

Es importante hacer estas validaciones ya que permite evaluar que el input donde van las operaciones aritméticas no este como "UNDEFINED" y de por validaciones con un trycatch para evaluar que no se ocupen signos aritméticos de mas, como por ejemplo 2++3 o 1---1, enviando una alerta.


This is a project using the functions arrows, validations and trycatch to avoid problems when executing code, this is seen in the js file, in the calculate function.

It is important to make these validations since it allows to evaluate that the input where the arithmetic operations go is not like "UNDEFINED" and of by validations with a trycatch to evaluate that arithmetic signs of more are not occupied, as for example 2++3 or 1---1, sending an alert.

About

Calculadora

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published