Knowledge check

Completed

Choose the best response for each question.

Check your knowledge

1.

How do you return from a function?

2.

How would you declare the add() function that takes two strings and returns an int?

3.

The following code let addAndMultiply = add >> multiply is doing what?