6 Tips to Improve Your Conditional Statements for Better Readability

If you want your code clean, try to avoid conditional statements as many as possible.

Amy J. Andrews
JavaScript in Plain English
4 min readAug 17, 2020

--

When it comes to conditional statements, you don’t have to always use classic if/switch syntax. It actually depends on the context you’re working on.

--

--