Write removeLast method for LinkedList class that we designed in class.

Note: In our implementation, remove last means remove node from head of list.