As in the heading I need to learn JS. What is the most effective way?
Thanks in advance 😍.
For further actions, you may consider blocking this person and/or reporting abuse
As in the heading I need to learn JS. What is the most effective way?
Thanks in advance 😍.
For further actions, you may consider blocking this person and/or reporting abuse
Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.
What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.
André N. Darcie -
Aditria Pardana -
Sameer Trimade -
Bambam -
Once suspended, uvinduharshana will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, uvinduharshana will be able to comment and publish posts again.
Once unpublished, all posts by uvinduharshana will become hidden and only accessible to themselves.
If uvinduharshana is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Uvindu Harshana.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag uvinduharshana:
Unflagging uvinduharshana will restore default visibility to their posts.
Top comments (7)
Maybe think of a problem that you want to solve via JS, (that depends on you programming experience tho.) for me learning a new language or framework is easiest when having a more ore less concrete idea what i want to achieve. That is an effective way for me.
Otherwise there are many online courses or videos which teach the basics of js.
Imo most of them do a decent job of teaching the basics. Just start coding :D
I have no idea where to start. I think I need to learn the basics and then straight to coding.
BTW thanks for the reply.
Do you have any coding experience?
Yep. I have some xp on cpp and java
Here are some suggestions for where to start.
developer.mozilla.org/en-US/docs/W...
codecademy.com/
codewars.com/?language=javascript
egghead.io/search
w3.org/wiki/JavaScript_best_practices
frontendmentor.io/challenges
Thanks man. Much appreciated ♥️♥️
I think you should start by re-creating things. Back when I was learning my first programming language, I wanted to re-create facebook and instagram, so those were my projects to learn a programming language, it didn't mean I wanted to create a social media or something like that, it just meant that I was re-creating something to learn. When you re-create something to learn, you actually learn through putting your own "flavor", this is because when you are re-creating something (let's say instagram) you also want to personalize it in your own way, and you start adding features that don't exist in the real application, but those kind of things are cool for you and get you learning along the way