QuickStart for JS has link to a TypeScript zip file
Current behavior
The quickstart documentation for JavaScript at https://angular.io/docs/js/latest/quickstart.html contains a link to TypeScript download. Under the heading "See It Run!", the link downloadable example leads to https://angular.io/resources/zips/quickstart/quickstart.zip which contains a TS version of the quickstart project.
The Plunker link is correct. I checked the live site documentation on 2017-03-25.
Expected behavior
The downloadable example should link to a zip file that contains an ES version of the quickstart, like the Plunkr.
EDIT: Also, the article mentions Angular 2.4.0, the plunker has 4.0.0.
Oh right. My zipper only does Typescript examples but the tag is applied everywhere. Will fix.
The article mentions that yes. We are updating everything as we speak.