How to remove newline, whitespace and "n" at the same time using JavaScript?
I am going crazy here. Using Angular and TypeScript, I fetch some data from OpenAI that when I console.log, it looks like this: " {n joy: ["yellow", "orange", "pink"],n surprise: ["blue", "purple"],n fear: ["black", "gray"]n};" I need to remove newline,…