SzabiSch / bootcamp-schedule

0 stars 0 forks source link

Intro to Programming with P5: Brush Refactoring #59

Closed codingbootcampseu closed 3 years ago

codingbootcampseu commented 3 years ago

Use the sketch from the previous task.

Hints

The anatomy of a function with parameters looks like that.

function customFunction(parameter1, parameter2) {

}

Example Solution

SzabiSch commented 3 years ago

ich sehe Ähnlichkeiten zu Turbo Pascal, wie die werte von einzelnen Funktionen, in den anderen mitgenommen werden, Local und Global.