+ 3
AddEventListener
Why doesn't addEventListener work on sololearn? How to handle this issue?
5 Respuestas
+ 4
In JS tab:
window.onload = function(){
//Put all JS code here.
}
+ 2
Vadivelan Tnx pal🙏🌹🌹🌹🙏
+ 1
Can you share your code with us
By the way it's work on sololearn
0
As vadivelan answered your question I want to add some points
-in sololearn playground js run before dom content loaded
If you want to know more about this here explained post
https://www.sololearn.com/post/7444/?ref=app
Hope it will help you
Happy coding ☺️