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