glissario / bootcamp-schedule

bootcamp progress
0 stars 0 forks source link

Intro to Programming with P5: Brush Refactoring #55

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

glissario commented 3 years ago

done