Skip to content

Commit 7969bf8

Browse files
committed
js-week4-char-count-exercise lint
1 parent 79ec687 commit 7969bf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The expected output above allows for a relatively simple solution mechanism. Thi
126126
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
129-
/*
129+
/*
130130
{
131131
characters: [
132132
{
@@ -146,7 +146,7 @@ For a bigger challenge, you can try to write the same function for a different e
146146
count: 1
147147
}
148148
], length: 5
149-
}
149+
}
150150
*/
151151
```
152152

0 commit comments

Comments
 (0)