Optional
source: null | string | numberthe first comparable
Optional
target: null | string | numberthe second comparable
whether a nil (undefined or null) value is considered greater than another non-nil value
1 if source greater than target, -1 if source less than target, 0 if equals
Returns 1 if source greater than target, -1 if source less than target, 0 if equals