Write a javascript program to make a simple calculator
Answer Posted / raghu
Actually we already known simple calculator means such like
addition, subraction,division, multiplication.those things
are coding by switch case method.
| Is This Answer Correct ? | 114 Yes | 44 No |
Post New Answer View All Answers
What is a closure and how do you use it?
Are java and javascript same?
Explain closures in javascript?
What is eval() in javascript?
What Does JavaScript Void(0) Mean?
What is a function constructor?
What are the Non-primitive data types in JavaScript?
How do you target a specific frame from a hyperlink?
Can I declare a variable as CONSTANT in JavaScript?
What does polyfill mean?
Explain the role of deferred scripts in javascript?
How to use "join()" to create a string from an array using javascript?
What is output of “20” + 20? In javascript?
How to create objects in JavaScript?
Difference between undefined and undeclared variables?