Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

Added the noun "Realtor" #3417

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
language = "nodejs"
run = "npm start"
7 changes: 7 additions & 0 deletions R/Realtor_noun.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"word": "Realtor",
"definitions": [
"a person who acts as an agent for the sale and purchase of buildings and land; a real estate agent."
],
"parts-of-speech": "Noun"
}