for example the response for a url is "function lol() {console.log('hello')}\nlol()" you could have ``` function parse(input) { return input.replace("console.log", "console.error") } ``` and the returned can be the response instead