23
Kiralin
6y

Man, learning vanilla javascript as a beginner is so hard sometimes.

Comments
  • 2
    Agreed, but it's worth it. There's a fuck-ton of tutorials. Dig in!
  • 0
    @DeadInside digging in every day for the past week ! Trying to keep my head up and take in all the information even though its a lot hahah. I'll be good at it someday!
  • 0
    Didn't say that someday would be soon :p
    @confusedGuy-sh
  • 1
    Man, I started my journey into the world of JS like 6 months ago. Now starting digging into React and trust me, javascript's complexity is *nothing* compared with React. Or at least how I fucking feel it now...

    As a side note, I understood that all the time I learned ES5, now deprecated. How the hell I must feel?

    Good luck, by the way!
  • 2
    @arazzz it's probably a never ending journey! I'm an intern as front end developer right now and I have to know jquery as soon as I have a bit of understanding about what I'm doing in javascript! But In the future I wanna learn react and angular as well as they're popular. So I have a lot to learn heheh. But that also makes it fun (sometimes 😂)
  • 0
    @Kiralin If not for the fun, it's not worth the effort (valid for the whole dev stuff, not only js). ;)

    P.S. jquery is peanuts compared with js/react, so it shouldn't be a problem for you to learn.
  • 0
    @arazzz yeah that's true! And yeah. As a beginner everything just feels so far far away. In a few months I'll probably be coding in jquery with no problem heheh.

    Good luck to you on your journey though!
  • 3
    Absolutely worthwhile. Keep at it!
  • 1
    Enki at the playstore, using it daily haha
  • 3
    Well you can pretty much do anything you want on javascript without jquery which is a pretty fat lib.

    But ive done that, started by trying to copy sites without looking in the console to work on html and css, then i learned javascript.

    Then i was given bootstrap and told to redo the whole lib in react. I advise that, coz if you are new to front end, you will cover most basic html tags and how theybinteract between each other.

    That will give you strong bases for front end.

    Then study redux because that will make your life easier for certain components that are more than just display (menus for example).
  • 1
    @Kiralin

    That feel.

    Typeof NaN -> "Number"

    what the fuck man
  • 1
    @watidonteven Hahaha yes 🤣
  • 1
    @Setherizor never heard of him. I can check him out!
  • 1
    @Santaclauze well I do know html and scss pretty well as ive spent some time rebuilding websites and also some fun little projects. Now I'm just trying to implement javascript when I can. The hardest part is understanding everything you're writing. But I practise daily now. My work requires knowledge of jquery , but I wanted to learn vanilla javascript first to understand better. Same for understanding html and css better before I move to something like bootstrap.
  • 1
    @Stocken I'll check it out!
  • 1
    Vanilla Javascript? what's that? is that some kind of library based on jQuery or Vue?
  • 1
    @norman70688 maybe. I just didn't feel comfortable moving straight Into a javascript framework without knowing actual javascript..
Add Comment