generated from nhcarrigan/template
feat: add spellcheck
This commit is contained in:
@@ -179,7 +179,7 @@ What are our steps?
|
||||
- For each row, we gotta know how many characters to use. We use more characters in each row.
|
||||
- Finally, print our result.
|
||||
|
||||
Okay, let's cretae a loop to iterate through the number of rows. Sounds like a great usecase for a standard `for` loop.
|
||||
Okay, let's create a loop to iterate through the number of rows. Sounds like a great usecase for a standard `for` loop.
|
||||
|
||||
```javascript
|
||||
function pyramid(characterToBuildPyramidWith, numOfRows) {
|
||||
|
||||
Reference in New Issue
Block a user