Skip to content

Commit

Permalink
Merge pull request #2 from sorgazb/new_design
Browse files Browse the repository at this point in the history
Error solution
  • Loading branch information
sorgazb authored Jun 21, 2024
2 parents adb7c86 + 4e7eb23 commit 0fa459e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function resolverOperacion(){
case '-':
resultado=(operando1-operando2);
break;
case '*':
case 'x':
resultado=(operando1*operando2);
break;
case '/':
Expand Down

0 comments on commit 0fa459e

Please sign in to comment.