const tabColor = ['red','purple','green','blue','orange']; const tabNumber = [1,2,3,4,5]; const tabShape = ['diamond','oval','wave','star','triangle']; const tabFilling = ['empty','stripped','full','pointed','squared']; const tabOutline = ['full','dotted ','hyphen','cloudy','sharpy']; const ATTRIBUTES=[tabColor,tabNumber,tabShape,tabFilling,tabOutline]