0
/ 5
Complete this method to return the parameter received.
Complete this method to return the parameter received.
Examples:
simpleReturn("Hello") -> "Hello"
simpleReturn("hello") -> "hello"
simpleReturn("Hello World!") -> "Hello World!"
Your feedback will appear here when you check your answer.