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