In JavaScript “else” keyword is a part of conditional statements that we use to perform specific actions which are based on different conditions. There are two conditionals that use the else keyword in their statements – “else” and “else-if”. In this article, we will explore the world of these two conditionals – when to use them, should you stop using them, and whether there are better alternatives available.