JavaScript if….else Statement
During writing a program we often encounter situations where we want to execute a specific block of code only if a certain condition meets, else we want to execute another block of code. Let’s say you want to if a person’s age is between 20 and 23 then only he/she will be able to fill the form. This… Read More »