Start your All-Access Pass to unlock this challenge
How can I access the color-id data attribute of an element using plain JavaScript?
color-id
$(element).data('colorId');
$(element).data('color-id');
element.dataset.color-id
element.dataset.colorId