Skip to content

Commit da35f6a

Browse files
authored
Update instructions.md
1 parent d8bc02a commit da35f6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

exercises/concept/custom-signs/.docs/instructions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ Implement the function `graduationFor(name, year)` which takes a name as a strin
3232

3333
```javascript
3434
graduationFor('Hannah', 2022);
35-
// => "Congratulations Hannah!\nClass of 2022"
35+
/* => "Congratulations Hannah!
36+
Class of 2022"
37+
*/
3638
```
3739

3840
## 4. Compute the cost of a sign

0 commit comments

Comments
 (0)