Development-Web Typescript

0.0(0)
studied byStudied by 11 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/23

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

24 Terms

1
New cards

Typescript is compiled to Javascript

T

2
New cards

Typescript adds type safety to Javascript

T

3
New cards

Typescript has functions, but no classes and interfaces

F

4
New cards

Typescript is faster than Javascript

F

5
New cards

Typescript is slower than Javascript

F

6
New cards

Typescript is safer than Javascript

T

7
New cards

certain Javascript bugs are prevented in Typescript

T

8
New cards

Typescript supports big integers and doubles

T

9
New cards

Typescript supports strings

T

10
New cards

Typescript has no support for booleans

F

11
New cards

Typescript can compose primitve types into objects (key-values)

T

12
New cards

objects can be nested

T

13
New cards

objects only contain primitives or other objects (no functions)

F

14
New cards

objects have no type safety

F

15
New cards

Typescript supports generics

T

16
New cards

generics can apply only to classes

F

17
New cards

generics can apply to any type definition

T

18
New cards

generics can apply to functions

T

19
New cards

Generics apply only to functions which are not recursive

F

20
New cards
21
New cards
22
New cards
23
New cards
24
New cards