An extension function is simply another way of wri...
# getting-started
j
An extension function is simply another way of writing a normal function:
Copy code
getOldestPerson(people)
people.getOldestPerson()