Is Adult Function

Define a function isAdult that returns true if the age parameter is 18 or above, and false otherwise.
JavaScript
Console