Concepts to help developers master JavaScript
1–10 of 54 posts
Re: Concepts to help developers master JavaScript
#2This has been posted at my work, it's a very good resource.
Re: Concepts to help developers master JavaScript
#3What got me to love JS was probably learning about variable scope, closures, and async programming.
Re: Concepts to help developers master JavaScript
#4What got me to love JS was probably learning about variable scope, closures, and async programming.
As opposed to what other language?
Re: Concepts to help developers master JavaScript
#5What 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
#6Thank you for posting
Re: Concepts to help developers master JavaScript
#7What 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
#8Re: Concepts to help developers master JavaScript
#9Re: Concepts to help developers master JavaScript
#10What got me to love JS was probably learning about variable scope, closures, and async programming.
I wouldn't say love, but I certainly now hold a stronger appreciation of JS after learning about many of its quirks and intricacies.