README
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
```js const skills = { js: true, ts: true, react: true, graphql: true, }
<script type="module">
import plxel from 'https://cdn.skypack.dev/plxel';
</script>
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