Function Practice

Practice writing functions in combination with everything we've learned so far.

We'll cover the following...

This lesson is just problems. If you can get through these, you’ve mastered everything we’ve learned so far. Good luck, and have fun!

INSTRUCTIONS

Modify this function to take in a parameter. If the parameter is truthy, return true ...