asad.awadia
var headNode: ListNode? = null (1..10).forEach { // fill list 1 -> 2 -> 3 -> 4...-> 10 } // we have lost 'pointer' to head node