Skip to content

Commit dcdfe38

Browse files
Update courses/foundation/intro-to-javascript/week4/session-plan.md
Co-authored-by: Adam Blanchard <[email protected]>
1 parent 7969bf8 commit dcdfe38

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 expected output as seen below. It will require implementing some additional logic.
127127

128128
```js
129129
/*

0 commit comments

Comments
 (0)