Hi, Why the button "sin(x) does not Work? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

Hi, Why the button "sin(x) does not Work?

I have inspected line 47 - html and line 102-js files but did not find an error. Please, help me. https://code.sololearn.com/W26TK9tRyWl6/?ref=app

10th Sep 2020, 7:07 AM
Egor Tonchev(EGO)
Egor Tonchev(EGO) - avatar
2 Answers
+ 15
JS line 109 must be like this: document.Clcltr.Button.value=res; EGO in your line 109, "value" is broken into: va lue (must be in the same line)
10th Sep 2020, 7:14 AM
Rohit Kh
Rohit Kh - avatar
+ 7
Thanks, Rkk! It works fine - :)
10th Sep 2020, 7:31 AM
Egor Tonchev(EGO)
Egor Tonchev(EGO) - avatar