Live data from Hacker News

Concepts to help developers master JavaScript

github.com

1–10 of 54 posts

Re: Concepts to help developers master JavaScript

#5
post #3

What got me to love JS was probably learning about variable scope, closures, and async programming.

Those features are hardly exclusive to javascript. Why did they made you love javascript but not any of the myriad of languages that support those features?

Re: Concepts to help developers master JavaScript

#7
post #3

What got me to love JS was probably learning about variable scope, closures, and async programming.

Those features are hardly exclusive to javascript. Why did they made you love javascript but not any of the myriad of languages that support those features?

What makes you assume z3t4 exhaustively tried every other language before settling on JS? It's not typical that you present your opinion of a tv show by giving the few unique positive traits it has in contrast to the union of all positive traits from tv shows in the same genre. You just watch the show on a micro level, record what you liked about it, and report that, regardless of what the macro landscape looks like. That's the same way coders typically report preference about languages (on a micro level, not a macro level).

Re: Concepts to help developers master JavaScript

#9
post #4
post #3

What got me to love JS was probably learning about variable scope, closures, and async programming.

As opposed to what other language?

Not GP but variable scope in JS is very different to e.g. C, C#, Java etc. Superficially it appears similar, but the syntax is a faux amis.
Post reply on HN