Summary
A parameter is mistaken as an argument. This confuses learners more as the terms are often used interchangeably in general discussion, but they have distinct technical meanings.
Page
https://react.dev/learn/tutorial-tic-tac-toe
Details
Parameter is the variable defined in a function's declaration needed to pass an argument on execution while argument is the actual value supplied to the function.