Which of these statements are true about functions?
function
keywordGood stuff! Functions are reusable code blocks that perform specific tasks. As such, they can but don't have to return values.
Whoa! Functions are reusable code blocks that perform specific tasks. As such, they can but don't have to return values.