JSFiddle - React, Tailwind, and code Playground
by Rahul Desai
JavaScript
const jiraIdList = ['BUG-155591', 'BUG-155591', 'BUG-155591'];
console.log([... new Set(jiraIdList)]);
by Rahul Desai
const jiraIdList = ['BUG-155591', 'BUG-155591', 'BUG-155591'];
console.log([... new Set(jiraIdList)]);