Lesson 1 of 8

Given `type IsString<T> = T extends string ? true : false`, what is IsString<number>?