7 ms·
This would return the same result since `" "` (and thus `" " + recruiter_name`) is truthy. You could use a ternary or something, though.
by brainfish 4y ago
This would return the same result since `" "` (and thus `" " + recruiter_name`) is truthy. You could use a ternary or something, though.