Last active
October 5, 2018 22:18
-
-
Save paceaux/3567cc9234a001b09a213846de9150a1 to your computer and use it in GitHub Desktop.
English Adjectives
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
/* | |
* 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