forked from Showndarya/Hacktoberfest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Showndarya#827 from senatormailman/ate-words
Ate words (Issue Showndarya#807)
- Loading branch information
Showing
5 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"word": "Assimilate", | ||
"definitions": [ | ||
"To take in (information, ideas, or culture) and understand fully.", | ||
"To cause (something) to resemble; liken." | ||
], | ||
"parts-of-speech": "Verb" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"word": "Associate", | ||
"definitions": [ | ||
"Joined or connected with an organization or business." | ||
], | ||
"parts-of-speech": "Adjective" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"word": "Associate", | ||
"definitions": [ | ||
"A partner or colleague in business or at work.", | ||
"A person with limited or subordinate membership in an organization.", | ||
"A concept connected with another." | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"word": "Associate", | ||
"definitions": [ | ||
"To connect (someone or something) with something else in one's mind." | ||
], | ||
"parts-of-speech": "Verb" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"word": "Authenticate", | ||
"definitions": [ | ||
"To prove or show (something, especially a claim or an artistic work) to be true or genuine." | ||
], | ||
"parts-of-speech": "Verb" | ||
} |