last
    nodeLists.last(nodeList)
  
  Return the last HTMLElement in a nodeList; if the last element is a nodeList, returns the last HTMLElement of the child list, etc.
Parameters
- nodeList 
{NodeList}:A nodeList.
 
Returns
 {HTMLElement}: 
The last element of the last list nested in this list.