Posts for control

Improved Control Flow In JavaScript

This is nothing new in the language as this concept does the same thing that the normal if, else-if and else statement does but with a neat and less verbose syntax.  However, there are some cases that will be much easier to handle with the advanced control flow than the if, else-if and else statement. […]

January 27, 2020 in Code examples & Javascript