Constants

Objects are great for retrieving static information

const myColors = { 
   red: '####',
   blue: '####'
   yellow: '####'
}

myColors[red]
myColors.red


© 2023 Better Solutions Limited. All Rights Reserved. © 2023 Better Solutions Limited TopPrevNext