+ All Categories
Home > Documents > PowerPoint Presentationdownload.microsoft.com/download/A/2/E/A2E98445-15C0-4B99...ES6 ES5 ES6 ES5...

PowerPoint Presentationdownload.microsoft.com/download/A/2/E/A2E98445-15C0-4B99...ES6 ES5 ES6 ES5...

Date post: 30-May-2020
Category:
Upload: others
View: 43 times
Download: 0 times
Share this document with a friend
40
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


Recommended