• Unit 5: The Basics of Functions

    This unit introduces basic function declarations or function statements. We'll cover more advanced topics in the subsequent courses. Functions perform a specific task and make your program modular, not one large chunk of code. The JavaScript language has many "built-in functions" that perform math, string, or date operations. JavaScript also allows you to develop your functions.

    Completing this unit should take you approximately 2 hours.

    • 5.1: Functions to Perform a Task in Action

    • 5.2: Declaring Functions

    • 5.3: Additional Function Declarations

    • Study Session Review Video

    • Unit 5 Assessment

      • Receive a grade