Hi there ๐ const skills = { js: true, ts: true, react: true, graphql: true, } const combo = Object.keys(skills).join('+') console.log(combo === ๐ช) // true To get more info run npx plxel