Transcript

70%

65%

JavaScriptJavaScript

JavaScript

JavaScript

ES6

ES5

ES6

ES5

ES6+

ES5

JavaScript

(ES5)

ES5

ES6

Non-nullable types

@types .d.ts acquisition

Control flow analysis

number string boolean

number string

number | string

number string boolean

number string boolean

null undefined

number

null

number | null

number

number | null | undefined

null undefined

Non-nullable types

@types .d.ts acquisition

Control flow analysis

Definitely

Typed

TSD

Typings

@types


Top Related