Skip to content

Commit

Permalink
Add hint
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Feb 11, 2025
1 parent 42955c7 commit 435f338
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ Now you just need to work out whether those notes means they've passed or not!

Write a function called `did_they_pass` that expects a string containing the pass, minor and major symbols as an input.
It should determine if they pass or not, returning `true` if they do, and `false` if they don't.

## Hints

Remember that strings always need quotation marks!
Without them, Jiki will have no idea what you mean.

0 comments on commit 435f338

Please sign in to comment.