On a piece of paper, write code to fulfill the following requirements.
-
Create a function
Declare a variable
assign your variable the value of "Hakuna Matata"
if your variable is over 10 characters long
add an exclamation mark to your variable
if not
add a period to your variable
write the string into the console
return the string
-
Call the function
Technical terms used in this assignment: