...
/Coding Challenge: Rewriting Function with Better Types
Coding Challenge: Rewriting Function with Better Types
Apply what you’ve learned about types in the coding challenge in this lesson.
We'll cover the following...
Problem statement
We’ve added some imperfect TypeScript types to the function below, which takes two arguments. ...