Shorter IF statement for Javascript
There is a good alternative way of writing an if statement where both conditions (true and false) are just assigning different values to the same variable.
variable = (condition) ? true value : false value;
For example:
var imageFormat = ( device === 'desktop' ) ? 'large' : 'small';
Written by Fabio Marasco
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Javascript
Authors
Related Tags
#javascript
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#