Outline

For the second exercise in this section, you should:

// 1. Write a function that prints a welcome message to the console, including the "name" parameter. Provide a default parameter
// Call the function twice, once passing an argument to the function and once without


// 2. Write a function called "createPizza" that takes a list of named parameters
// Print the different parts of the pizza to the console


// 3. Write a function called "describeDog" that takes two parameters: name and hobbies
// Print a message with the dogs names and its hobbies

To do this exercise, fork this StackBlitz project.

 

I finished! On to the next chapter