Skip to content

Instantly share code, notes, and snippets.

@paceaux
Last active October 5, 2018 22:18
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 paceaux/3567cc9234a001b09a213846de9150a1 to your computer and use it in GitHub Desktop.
Save paceaux/3567cc9234a001b09a213846de9150a1 to your computer and use it in GitHub Desktop.
English Adjectives
/*
* List of Descriptive Adjectives
* https://www.ef.edu/english-resources/english-vocabulary/top-50-adjectives/
*/
module.exports = [
'able',
'bad',
'best',
'better',
'big',
'black',
'certain',
'clear',
'different',
'early',
'easy',
'economic',
'federal',
'free',
'full',
'good',
'great',
'hard',
'high',
'human',
'important',
'international',
'large',
'late',
'little',
'local',
'long',
'low',
'major',
'military',
'national',
'new',
'old',
'only',
'other',
'political',
'possible',
'public',
'real',
'recent',
'right',
'small',
'social',
'special',
'strong',
'sure',
'true',
'white',
'whole',
'young',
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment