I have a bunch of strings which consist of code concatenated that I need to put in a single JavaScript variable.
`template literals` was clearly the way to go, and it worked fine. But IE doesn't support it.
Is there any way to avoid using `template literals` and still get a multiline string?