JavaScript If...Else Statements - W3Schools Online Web Tutorials
Free HTML CSS JavaScript DOM jQuery XML AJAX Angular ASP .NET PHP SQL tutorials, references, web building examples ... if (condition1) { block of code to be executed if condition1 is true} else if (condition2) { block of code to be executed if the conditi...