Hi Twitter,
I want to quickly share the best resources to learn Javascript.
Are you just getting started?
Read On ⤵️
Why Javascript?
* It is the language of the INTERNET
* Works on Backend as well as frontend, so if you are getting started, it keeps your options open.
* All you need is an IDE and browser to get started, no complicated setup
* Its easy to get started, has great community
You want to learn advanced and modern parts of #Javascript. Here you go javascript.info
It has great tutorials with examples on every topic in the web’s most loved language.
They will teach you a lot. They are super awesome and experienced devs.
I love @udacity and I love how they teach at Udacity, I learnt almost everything from them in my early days,
Here is great beginner course to start with udacity.com/course/intro-t…
How to protect our code from Bugs?
Very Simple Tips ⤵️
1. One of the best ways to do so is, of course, testing. Nothing gives us hope in better tomorrow than 100% test coverage.
2. As a professional developer, you probably think ten times before allowing a library v0.0.1 from an unknown publisher to touch your sacred Business Rules.
After all, if we want to be healthy, we stay away from form junk food.