Search code examples
javascriptreactjsmern

Should I learn javascript again after learning Reactjs?


I learned javascript 6 months ago and made many projects to practice it. After that I stop learning and revising javascript as I learned MERN stack. But now I am not feeling confident about my javascript skills.

Should I revise it again or should I continue to learn and practice Reactjs?


Solution

  • You should learn Javascript again if you want to be a good developer. There are 2 kinds of developers out there:

    1. How group - This kind of developer knows how to do things. They know the syntaxes. Then when working on large applications they can't debug things well. They're just copy, & paste experts.
    2. Why group - These people not only know how to do it but also know why the code doing this way. For example, they don't only know what is lexical scoping, but also how scoping works under the hood using a closure.

    End of the day, I wanna say, if you only know how to write Javascript, then Javascript seems like a magical thing for you. But if you also know how Javascript works under the hood, you will be a magical thing to Javascript.