AIM >> Create a faulty calculator using JavaScript This faulty calculator does following:
- It takes two numbers as input from the user
- It perfoms wrong operations as follows:
- ---> -
- ---> +
- ---> / / ---> ** It performs wrong operation 10% of the times.