Skip to content

Commit 79ec687

Browse files
committed
js-week4-char-count-exercise lint
1 parent 977ea8d commit 79ec687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

courses/foundation/intro-to-javascript/week4/session-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ console.log(getCharacterFrequencies("happy"));
123123
```
124124

125125
The expected output above allows for a relatively simple solution mechanism. Think about object property accessors.
126-
For a bigger challenge, you can try to write the same function for a different exptected output as seen bellow. It will require implementing some additional logic.
126+
For a bigger challenge, you can try to write the same function for a different exptected output as seen bellow. It will require implementing some additional logic.
127127

128128
```js
129129
/*

0 commit comments

Comments
 (0)