Write a generic identity function that returns the same type it receives. Use it with a string and a number relying on inference, and once with an explicit type argument.
Click Run to test your code