### Head of list Return `arr[0]`. ```js var head = arr => arr[0]; ```