-- in --
<script>
const category = path.split('/')[2]; // example comment
</script>
-- out --

const category = path.split('/')[2]; // example comment

