0
My set focus button function is not set. Thanks you sir.
function first button is not set. https://code.sololearn.com/Wvx62MgD9PxQ/?ref=app
1 Odpowiedź
0
Line 28:
button.onclick = myfocus
Line 38:
button2.onclick = myfocusblur;
Assign function name, without the parentheses (), and don't wrap the name in quotes.
Tag relevant languages e.g. HTML Javascript etc.