Four Things to Avoid in JavaScript
Common code issues when writing JavaScript. Things you should never have in your JavaScript code.
June 7, 2020
Things you should never have in your JavaScript code:
- Statements starting with
[
. - Statements starting with
(
. - Newlines directly after
return
s. - Semicolons -
;
.
For more info see Semicolons in JavaScript, what are they good for?.
Dylan Vann
Software developer living in Toronto 🇨🇦 Thailand 🇹ðŸ‡.
Focused on Node | GraphQL | React | React Native.
Subscribed!
You should receive an email with a confirmation link!