DEV Community

Discussion on: I learned Javascript, Ruby, Python and Java

Collapse
 
functional_js profile image
Functional Javascript • Edited

Good luck on your journey Ngan.

The toughest part about JavaScript is the tooling surrounding it.
Also knowing what NOT to use.

For example you hear about all the quirky stuff about JavaScript; the solution is to not use the quirky stuff, and to guard yourself against it.

Here is the list of JavaScript constructs I don't use....
dev.to/functional_js/what-subset-o...

Keep on truckin'!

Collapse
 
nk2303 profile image
Ngan Kim Khong

Thank you!! And that's a really interesting article.