GitHubSign in

A method of passing arguments to a function where the value of the argument is copied into the function's formal parameter.

"In pass by value, changes made to the parameter inside the function do not affect the argument used to call the function."

@openai