Since getElementsByClassName() also returns a collection, we can then access each element through the index. Display the first urgent task.
getElementsByClassName()
urgent
Make sure to pick el[0].
el[0]