better-dev.com
Learn
Toggle theme
Home
Learn
The TypeScript Handbook: Everyday Types (Part 1)
1. Primitives
Ex. 1.1:
string
Ex. 1.1:
string
Adjust the following function definition to accept only
string
-type inputs:
Solution
Run Tests
Loading...