5 lines
140 B
JavaScript

export const notSoIifi = ()=>{
return `I'm "annoying" ${"in case we need to test \`string\` escaping.''"}`;
}
console.log(notSoIifi());