The link array. As is the case for all DOM objects (images, user-input forms, etc.), you can access links through the DOM array that holds
all the link objects of a page. To do that, use links[0] to access the first link, links[1] to access the second, and so on.
