Underscore.js _.firstExisting() Method
The _.firstExisting() method returns the first existing argument from the arguments list. Note: If the first argument is not exist like null or undefined, this method ignores that argument and checks for next. Syntax: _.firstExisting(arg1, arg2,....,argn); Parameters: This method takes n arguments t