tc39 / proposal-call-this

A proposal for a simple call-this operator in JavaScript.
https://tc39.es/proposal-call-this/
MIT License
121 stars 5 forks source link

Erroneous .push usage statistics #26

Open js-choi opened 2 years ago

js-choi commented 2 years ago

The .push usage statistics in the explainer are off by one missing digit. (Noticed by @bakkot.)