You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In mozjs52 JSClass had method getProperty. Newer versions have not. Could you add an example how to properly access elements by index?
For example getElementsByTagName() returns array. a = document.getElementsByTagName("H1")[5];