If you're using the /* */ comment style and add an extra * it will escape the comment check and parse the code as normal for example: ```js /** let x = 1;console.log("x = 1");/* */ ``` 