Lesson 6: Functions, Parameters and Return Values in JavaScript
What happens when the same discounted-price calculation appears in five different places, and the discount rate changes? Open Full Article...
Home schooling resources for children and parents.
What happens when the same discounted-price calculation appears in five different places, and the discount rate changes? Open Full Article...
This lesson explains how Python functions send results back to the code that called them. Open Full Article...
This guide supports teaching how Python functions send results back to the code that called them. Open Full Article...
This guide explains how Python functions receive information when they are called. Open Full Article...
This guide supports teaching how Python functions receive information and reuse the same instructions with different values. Open Full Article...
This guide explains the beginner Python functions covered in Lesson 21. Open Full Article...
This guide supports teaching Python functions to learners aged 11 to 16. Open Full Article...
How can one line of text make a computer display a message? Open Full Article...