Skip to content
This repository was archived by the owner on Oct 5, 2025. It is now read-only.

Commit b081860

Browse files
authored
Added new query
1 parent b9a67b0 commit b081860

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

queries.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,5 +338,11 @@
338338
"query": "Is restores mode a default parameter mode?",
339339
"response": "Yes, restores mode is a default parameter mode.",
340340
"credit": ["Allen Zhang"]
341-
}
342-
]
341+
},
342+
{
343+
"query": "What is the difference between parameter and argument?",
344+
"response": "A parameter is the variable used within the method implementation. The argument is the value you pass into the method.",
345+
"resource": "https://stackoverflow.com/questions/156767/whats-the-difference-between-an-argument-and-a-parameter",
346+
"credit": ["Lucas Curran"]
347+
}
348+
]

0 commit comments

Comments
 (0)