TLDR JavaScript is a little different to other programming languages. Here are some of the practises I and several other senior developers follow. If you have recently started learning JavaScript or a beginner I would highly recommend you to read the complete article so that you follow better practises while coding in JavaScript.

8m read time From blog.hrithwik.me
Post cover image
Table of contents
Don't use ' == 'Use "let" over "var"Use Immutable variables or "const"Use Function ExpressionsUse Pure FunctionsName things properlyUse DestructingUse Promises over Call BacksWrite Functions for everythingEliminate Decimals without killing performance
6 Comments

Sort: