Learn Javascript, parameters, codecademy

Channel:
Subscribers:
8,020
Published on ● Video Link: https://www.youtube.com/watch?v=mz2PMhb9KLU



Duration: 4:29
427 views
3


In this lesson learn how to utilize parameters in your javascript functions. Javascript function parameters take arguments we pass in. This allows the same function to be reused without having to write a new function. Anytime we call a function, we can change the parameters that are passed in, and the function will run with the specified arguments passed in the parameters.







Tags:
javascript functions
functions in javascript
codecademy functions
function parameters