in this video we learn about passing value in function
Take the full course from here:
http://php.link/bootcamp
data is passed to functions via the argument list, which is separated by comma.
data is passed in function parameters are declared after the function name and inside parentheses.