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": "https://pxt.azureedge.net/blob/c557681442a2fa4113c5897cc59d62f6fe0b7f56/static/courses/csintro2/functions/unplugged.png"
}, {
    "name": "Functions Intro",
    "url": "/courses/csintro2/functions/intro",
    "imageUrl": "https://pxt.azureedge.net/blob/55483b075b4341411330b871fda413dfb0d8fd53/static/courses/csintro2/functions/intro.gif"
}, {
    "name": "Reducing Redundancy",
    "url": "/courses/csintro2/functions/redundancy",
    "imageUrl": "https://pxt.azureedge.net/blob/e34a9b6d1126a6d72d7c03147b506e5a171d1783/static/courses/csintro2/functions/redundancy.gif"
}, {
    "name": "Using Extensions",
    "url": "/courses/csintro2/functions/extensions",
    "imageUrl": "https://pxt.azureedge.net/blob/64c48d8421b50ff6a80d67ebfa6afbc256a0b609/static/courses/csintro2/functions/extensions.gif"
}, {
    "name": "Functions Project",
    "url": "/courses/csintro2/functions/project",
    "imageUrl": "https://pxt.azureedge.net/blob/127616894610bdc53882efa8f96233cb52065052/static/courses/csintro2/functions/project.gif"
}
]

Lessons

Flipgrid

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

CS Intro 2 Home