tutorial.eyehunts.com
JavaScript if else shorthand | Example code
You can use ternary operator as a if else shorthand in JavaScript. It lets us write shorthand if..else statements exactly like you want.
Rohit