microsoft / TypeScript-Handbook

Deprecated, please use the TypeScript-Website repo instead
https://github.com/microsoft/TypeScript-Website
Apache License 2.0
4.88k stars 1.13k forks source link

outdated information about functions #1129

Open aarifkhamdi opened 4 years ago

aarifkhamdi commented 4 years ago

https://www.typescriptlang.org/docs/handbook/functions.html#this-parameters

the type of this.suits[pickedSuit] is string, not any as it described

check playground