Learn Introductory JavaScript by Building a Pyramid Generator - Step 55

Hi @tomasnguyen2009

In the padRow function, function returns the variable passed to it.

In the addTwoNumbers function, you need to return the two variables added together.

Happy coding