MaxArt 946 days ago. link 2 points ▲ ▼Off topic... and low-key spammish. Please stop begging for GitHub stars.
MaxArt 959 days ago. link 1 point ▲ ▼A note to add: Array.from supports a secondary mapping function argument. Which means that instead of Array.from(set).map(c => c.toUpperCase()); you can do Array.from(set, c => c.toUpperCase());