What's New in JavaScript for 2019
developer.okta.com
What's New in JavaScript for 2019
1–10 of 85 posts
Re: What's New in JavaScript for 2019
#2Re: What's New in JavaScript for 2019
#3Kill it with fire.
Re: What's New in JavaScript for 2019
#4 #this_is_not_a_comment = 6;Re: What's New in JavaScript for 2019
#5So make it look full on like traditional OOP with classes, I guess? I suppose the prototype folks lost this debate.
Re: What's New in JavaScript for 2019
#6Re: What's New in JavaScript for 2019
#7Re: What's New in JavaScript for 2019
#8Kill it with fire.
Why?
1) Mandatory javascript is making the internet a hostile place. Basically every site you visit asks you to run untrusted code to view it now. What could possibly go wrong?
2) It's a hastily thrown together language that was rushed out the door by a Netscape engineer long ago, and it shows.
3) The 'ecosystem' is like swamp right now, at least to me. Frameworks and approaches change almost monthly. To me the whole thing looks like totally unstable set of immature code that I'd hesitate to build on.
Re: What's New in JavaScript for 2019
#9I'm _super_ excited for flat and flatMap. In working with multidimensional arrays, I'm always needing to use my own `flatten` function before returning my value. I love that this is getting native support.
Re: What's New in JavaScript for 2019
#10#this_is_not_a_comment = 6;