Popstart, a library for rapid JavaScript front-end development
Contribute to popchathq/popstart development by creating an account on GitHub. (more…)
Read more »
I was doing code review for a coworker yesterday, and it soon became obvious that he used a linter and that the linter gave him a bright idea: use strict comparisons. Using strict comparisons is a great rule to follow. === instead of ==, !== instead of !=… Read more