HTMLCollection
Values
item
Retrieves an object from various collections.Read more on MDN
letitem: (WebAPI.DOMAPI.htmlCollection,int)=>WebAPI.DOMAPI.elementnamedItem
Retrieves a select object or an object from an options collection.Read more on MDN
letnamedItem: (WebAPI.DOMAPI.htmlCollection,string,)=>WebAPI.DOMAPI.element