Let\'s say I have an array of pairs like that:
const attributes = [ [\'Strength\', \'STR\'], [\'Agility\', \'AGI\'], [\'Intelligence\', \'INT\'] // ..