apply event listener on id but why not style

Solutions on MaxInterview for apply event listener on id but why not style by the best coders in the world

showing results for - "apply event listener on id but why not style"
Lea
08 Apr 2016
1for(var i = 0; i < bttn.length; i++){
2    bttn[i].addEventListener("click",draw,true)
3}
similar questions