JavaScript at 20
21–30 of 327 posts
Re: JavaScript at 20
#22I have learnt that if I click a javascript post and see a title and author slash screen and nothing else apparently I must start using my right arrow button.
Re: JavaScript at 20
#23Re: JavaScript at 20
#24I have learnt that if I click a javascript post and see a title and author slash screen and nothing else apparently I must start using my right arrow button.
Re: JavaScript at 20
#25Re: JavaScript at 20
#26Re: JavaScript at 20
#27So good to see String.prototype.startsWith and String.prototype.endsWith in ES6. I've ended up implementing these in too many projects. I look forward to using these in 2020 or 5 years after that, when IE 8 finally sunsets. (I joke of course, since you can use ES6 to 5 with IE 8 caveats with the modern taskrunners). EDIT: Blockscope... what? More than a few of these changes point to JS being a functional version of P…
Re: JavaScript at 20
#28I never understood why HN likes slideshows so much. Am I the only one who finds them completely, 100% useless without the audio of the presentation?
But the ones that are good for presentations--that is to say, visual interest hooks, not the info being repeated--yeah, not great unless they include an audio track or something.
Edit: this one's somewhere in the middle.
Re: JavaScript at 20
#29I wish JavaScript "committed a teenager suicide" and we finally got a more sane language for the web. It's startling how much energy is spent to work around its bad design every day and it's not getting any better, people are just getting used to it (which is akin to voluntarily agree with having most of one's brain blown off). Even seeing Brendan showing off that he hacked the language in 10 days makes me sick to th…
While javascript has obvious flaws, nobody would ever agree on what a sane language would be.
I would also say that, personally, I think that how the DOM is implemented is itself the biggest pain point of web development, not really javascript.