r==

  1. nisargshah95

    No addition support in calculator in JavaScript.

    Hi, I am a beginner in programming. I just made a calculator in JavaScript but could find a way to add the integers. Here's my code - <html> <head> <title>JavaScript Calculator</title> <script type="text/javascript"> function calculator(p,q) { var r=prompt("Enter '-' sign for...
Top Bottom