0
calculator
Hello, I made my calculator, but he doesnt work. Please help. Here is my code https://code.sololearn.com/W5ahFFOvhiED/#js.
1 Resposta
+ 1
this.getAttribute(data-op)
must be
this.getAttribute("data-op")
Just put 'data-op' in line 13 in parentheses.