APIs & Function Parameters

code.org — Unit 3, Lesson 7

M. Lim
Intro to Programming
1 min readJan 15, 2019

--

→ Vocab

  • Parameter : An extra piece of information passed to a function to customize it for a specific need
The parameter for this function is the number of units to move forward, in this case 250
  • API : a collection of commands made available to a programmer
  • Library : a collection of commands / functions, typically with a shared purpose
  • Documentation : a description of the behavior of a command, function, library, API, etc.

→ Complete Puzzles 1–10

--

--