Pete
Pete
[Step 47](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-introductory-javascript-by-building-a-pyramid-generator/step-47) makes a reference to multiple parameters: > A function may have as many, or as few, parameters as you'd like. It might be reasonable to update this language...
For the sake of getting something in, let's move forward with the update to Step 47. Whoever picks this up may use my proposed language or propose their own. If...
> Where should an example of a function with 2 arguments go? Replacing the example in 47? A second example in 47? In Step 55? I'm not sure what option...
I went and took a deeper look at what's going on here. It turns out that Step 55 [was added](https://github.com/freeCodeCamp/freeCodeCamp/pull/55127/files#diff-f51c2ff647fb9a81c8b85a220a4814f21b65910a519ec9d35529224e7cdadff1) as part of a resolution to #54962. The need for...