Make a function (named 'play') that takes a boolean (true or false) and returns the string 'y' (for true) or 'n' (for false)
Make a function that takes a number between 1 and 30 and returns 2 raised to the power of that number. (you can use ES2015 but nothing beyond that)