Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
your code is wrong because you use the logical OR operator
||
between predicates , while the description says:see https://docs.codewars.com/training/troubleshooting/#post-discourse for next time - help us help you by specifying the language used, and your code with a spoiler flag and markdown block
Running into this issue with my current response:
Testing for fixed tests
expected 75 to equal +0
Completed in 2ms
Testing for all possible combinations
exam = 0, projects = 2: expected 75 to equal +0
Testing for 100 random tests
Testing for exam = 59, projects = 5: expected 90 to equal 75
Completed in 1ms
Ooh so it is the lack of quotes? I fixed it but then got:
Values should not be equal: ''Dad''
Values should not be equal: ''Bee''
Values should not be equal: ''banana''
Log
That error comes from this line:
I keep running into this issue:
ReferenceError: yes is not defined
at answer3
at /home/codewarrior/index.js:127:5
at /home/codewarrior/index.js:197:5
at Object.handleError
I'm very new and not super sure how to fix it?