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