This video covers Javascript Functions basics and how to use them to interact with Arrays. Functions are basically procedures you can use over and over again in Javascript, buy only creating it once. Then call or invoke that function anywhere in your code, how many times you want to. Don't forget to [...]