Skip to content

Instantly share code, notes, and snippets.

@dbredvick
Last active May 29, 2020 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbredvick/859e47dcac6bd9f45b05e8f2d336d004 to your computer and use it in GitHub Desktop.
Save dbredvick/859e47dcac6bd9f45b05e8f2d336d004 to your computer and use it in GitHub Desktop.
const stanzaOne = `First they came for the socialists, and I did not speak out—
Because I was not a socialist.`
const stanzaTwo = `Then they came for the trade unionists, and I did not speak out—
Because I was not a trade unionist.`
const stanzaThree = `Then they came for the Jews, and I did not speak out—
Because I was not a Jew.`
const stanzaFour = `Then they came for me—and there was no one left to speak for me.`
const poem = [stanzaOne, stanzaTwo, stanzaThree, stanzaFour];
console.log(poem.join('\n'));
const BLM = `#BLACKLIVESMATTER`;
console.log(BLM);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment