What does the following method do?
number * 3 in the console without returning anythingnumber * 3 without displaying anythingGreat! If a method uses return, the code below the keyword won't be executed.
Whoops! If a method uses return, the code below the keyword won't be executed.