30
tahnik
8y

I used to be a Javascript hater. But the more I learn and use it I get more and more impressed

Comments
  • 5
    Cool fact for you, JavaScript was originally created in just 2 weeks.
  • 3
    ES6 has so many cool features in it
  • 2
    @nblackburn that makes so much sense
  • 0
    I had the same experience. But at a point the experience started to get negative again. I do still like working with js, but it's far from perfect. (Personal opinion of course.)
  • 0
    Discovered first-class functions with this!

    Reaction: "Why are you assigning that there? But that's a function!? Oh waiiitt..."

    Enlightenment. :D
  • 0
    Early JS was a steaming dumpster fire (it was created in 2 weeks. You make a good programming language in 2 weeks! 😡) but with each iteration of it, the language gets stronger and stronger. Long live JS
  • 0
    In front-end JS I hate the fact that you always have to wonder "will this work on all browsers and devices"?
  • 0
    @nuts chrome dev tools
  • 0
    @nuts you can check devices like iPhones, iPads, etc with chrome dev tools. It changes your screen to the device screen size and your mouse pointer to the mobile device touch thing
  • 0
    @askerr dev tools only emulates the viewport size, not the js engine...
  • 0
    Just tryna help bruh. Carry on
Add Comment