Clean coding principles in javascript collected from various articles and other sources
Collection of tips and techniques for clean code have been taking from, apart from the owner's own experience in writing and reviewing code, the following resources:
Link to series of articles on clean code by Carlillo
Level Up Medium articles by John Au Yeung
An article on arrow functions by Dmitri Pavlutin
Jecelyn Yeen's article on writing better conditionals
Zendev article on arrow functions
Article by Joel Spolsky where he defends Hungarian Notation
Article by John Wolfe on usage of var
FreeCodeCamp on Youtube - Clean Code (Beau Teaches Javascript)