I have a piece of javascript that looks like so:
myfunction(delimiter) { let currentLine = `hello world${delimiter}` console.log(currentLine) }