What is the main difference between if...else and ternary operator? If your answer is that the ternary operator is a shorthand of if...else, then you...
In this article, I will explain an array method which intimidates people who are beginners in JavaScript i.e., reduce() method. If we compare the...
Functions are treated as 'First-class citizens' in JavaScript. What does that mean? They can be assigned to variables, passed as arguments to other...