reading-notes

Programming with JavaScript

What is control flow?

What is a JavaScript function?

What does it mean to invoke - or call - a function

What are the parenthesis () for when you define a function?

My own notes

function functionName(parameter1, parameter2, parameter3) { // code to be executed }