getElementById(elementId: string): null | Element
Returns the first element within node's descendants whose ID is elementId.
MDN Reference
elementId: string
Returns the first element within node's descendants whose ID is elementId.
MDN Reference