Preview:
const distinguish = status =>
  status === '1'
    ? 'processing'
    : status === '2'
    ? 'fail'
    : status === '3'
    ? 'fail'
    : status === '4'
    ? 'success'
    : status === '5'
    ? 'cancel'
    : 'other';

console.log(senLog(distinguish('1')))
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter