0
The code doesn't work
Below there is my first "non-one-line code" :) This is a calculator. Yes, it is far from perfect, but it works. Made on PC, it works there, but the application shows errors. I hope for your help and advice on improving the code. Thanks! https://code.sololearn.com/Wh2J6NIqg43e/?ref=app
3 Respuestas
+ 3
Wrap your javascript into
window.onload = () => {
// Your code
}
+ 2
You are welcome. Try to answer others questions.
+ 1
Thank you Vivek. Now everything works!