1/23
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Typescript is compiled to Javascript
T
Typescript adds type safety to Javascript
T
Typescript has functions, but no classes and interfaces
F
Typescript is faster than Javascript
F
Typescript is slower than Javascript
F
Typescript is safer than Javascript
T
certain Javascript bugs are prevented in Typescript
T
Typescript supports big integers and doubles
T
Typescript supports strings
T
Typescript has no support for booleans
F
Typescript can compose primitve types into objects (key-values)
T
objects can be nested
T
objects only contain primitives or other objects (no functions)
F
objects have no type safety
F
Typescript supports generics
T
generics can apply only to classes
F
generics can apply to any type definition
T
generics can apply to functions
T
Generics apply only to functions which are not recursive
F