Live data from Hacker News

Ask HN: A modern day alternative to “JavaScript the good parts”?

news.ycombinator.com

11–14 of 14 posts

Re: Ask HN: A modern day alternative to “JavaScript the good parts”?

#11
Since you mention concise, I'll jump in with my JavaScript tutorials series https://flaviocopes.com/javascript/ - I try to condense information in a useful way, kind of following the 80/20 rule.

If you're just looking for the ES6-7-8 updates, https://flaviocopes.com/ecmascript/

Re: Ask HN: A modern day alternative to “JavaScript the good parts”?

#12
Use TypeScript, it has come a very long way since it was released. It tracks very closely to JavaScript and it has an active community, shared types for libraries, and great editor support (VSCode and others). Using maximum strictness and tslint you can pretty much vaporize most of the bugs that Crockford warned about without even running your code.

https://basarat.gitbooks.io/typescript/content/docs/getting-... (ssl cert expired today -_-)

Post reply on HN