August 27th, 2024
What's missing in this code?
const input =
'#FF5733 is bright, #C70039 is deep, #900C3F is darker';
const hexColors = input.match(
g);
console.log(hexColors); // Output: ['#FF5733', '#C70039', '#900C3F']
Type or select from these options