Skip to content

Commit

Permalink
fix(solving-code-chal): add whitespace (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiaQuesada authored Jan 31, 2021
1 parent f3a5440 commit f3b52bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions solving-coding-challenges/solving-coding-challenges.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ If I do not know about the [modulo](https://www.w3schools.com/js/js_arithmetic.a
If I am unsure of how to do this in Javascript, I can also google the syntax.

A complete solution could look something like this. Note there are a lot of different ways to solve this. In coding there is rarely one "right" answer.


Option 1:

```
Expand Down

0 comments on commit f3b52bd

Please sign in to comment.