Javascript – how do I create a function for each onclick() input submit?
I have tried to create a function for each input submit. The first input is for sum, the second for subtraction, third division and fourth multiplication. When I click on input (id="soma"), the console shows that soma() is not a…