Created
November 21, 2021 15:29
-
-
Save marcelklehr/9ae33458de7537246e894ad7be035f58 to your computer and use it in GitHub Desktop.
Philosophy in a nutshell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const adjectives = [ | |
'predictive', | |
'symbolic', | |
'abstract', | |
'performative', | |
'demonstrative', | |
'destructive', | |
'constructive', | |
'implicit', | |
'explicit', | |
'conjunctive', | |
'recursive', | |
'communicative', | |
'linguistic', | |
'relative', | |
'absolute', | |
'contextual', | |
'interactive', | |
'reductive', | |
'analytic' | |
] | |
const nouns = [ | |
'Interactionism', | |
'Contextualism', | |
'Relativism', | |
'Absolutism', | |
'Dualism', | |
'Liberalism', | |
'Constructivism', | |
'Idealism', | |
'Reductionism', | |
'Prescriptivism', | |
'Positivism', | |
'Phenomenology', | |
'Humanism', | |
'Pragmatism', | |
'Skepticism', | |
'Feminism', | |
'Naturalism', | |
'Realism', | |
'Rationalism', | |
'Structuralism', | |
'Post-Structuralism', | |
'Modernism' | |
] | |
adjectives[Math.random()*adjectives.length|0] + ' ' + adjectives[Math.random()*adjectives.length|0] +' '+ nouns[Math.random()*nouns.length|0] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment