Hi there ๐ enum Animals { DOG, CAT, TREX } const me = { name: 'Laurent', occupation: 'Software Engineer', traits: ['ADHD'], pets: [ {type: Animals.DOG, name: 'Jack'} ] } Using GitLab for work these days, so these kinda suck now: