Skip to content

Commit f2c196e

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

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
@@ -122,7 +122,7 @@ console.log(getCharacterFrequencies("happy"));
122122
*/
123123
```
124124

125-
The expected output above allows for a relatively simple solution mechanism. Think about object property accessors.
125+
The expected output above allows for a relatively simple solution mechanism. Hint: Think about using object property accessors.
126126
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

0 commit comments

Comments
 (0)