Functions

Functions serve as a powerful tool to clarify the intent of your code, and to make the code you write easy to distribute wherever it is relevant.

[
{
    "name": "Unplugged: Sandwich",
    "url": "/courses/csintro2/functions/unplugged",
    "imageUrl": "/docs/static/courses/csintro2/functions/unplugged.png"
}, {
    "name": "Functions Intro",
    "url": "/courses/csintro2/functions/intro",
    "imageUrl": "/docs/static/courses/csintro2/functions/intro.gif"
}, {
    "name": "Reducing Redundancy",
    "url": "/courses/csintro2/functions/redundancy",
    "imageUrl": "/docs/static/courses/csintro2/functions/redundancy.gif"
}, {
    "name": "Using Extensions",
    "url": "/courses/csintro2/functions/extensions",
    "imageUrl": "/docs/static/courses/csintro2/functions/extensions.gif"
}, {
    "name": "Functions Project",
    "url": "/courses/csintro2/functions/project",
    "imageUrl": "/docs/static/courses/csintro2/functions/project.gif"
}
]

Lessons

Flipgrid

The Flipgrid topic for the Functions chapter: https://flipgrid.com/8b96874f

CS Intro 2 Home