Introduction to Functions

This video provides an introduction to functions. Functions eliminate the need to write the same code repeatedly, which saves time. Functions also make your code much more manageable by segmenting a huge program into a number of functions, which makes modification efficient.


Source: code.org, https://www.youtube.com/watch?v=yPWQfa4CHbw
Creative Commons License This work is licensed under a Creative Commons Attribution 3.0 License.

Last modified: Tuesday, October 4, 2022, 2:50 PM