JavaScript treats functions as first-class citizens, meaning you can pass functions as parameters to other functions just like you would any other variable. // we send in the function as an argument ...