Skip to content

Instantly share code, notes, and snippets.

@behrends
Created July 4, 2018 08:53
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 behrends/a939b8fef668ee302d473e2729fa8d0b to your computer and use it in GitHub Desktop.
Save behrends/a939b8fef668ee302d473e2729fa8d0b to your computer and use it in GitHub Desktop.
10:55 - Zitate
const data = [
{
text:
'Probleme kann man niemals mit derselben Denkweise lösen, durch die sie entstanden sind.',
author: 'Albert Einstein'
},
{
text:
'Man braucht nichts im Leben zu fürchten, man muss nur alles verstehen.',
author: 'Marie Curie'
},
{ text: 'Nichts ist so beständig wie der Wandel.', author: 'Heraklit' }
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment