Basic javascript Use the Conditional (Ternary) Operator

where are "Equal" and "Not Equal"?

im refering to the tutorials that is how i got these far

but those strings never appear in your code, so it’s impossible for the tests to pass with your current code

so where do i need to fix

read again challenge instructions, what’s the required output?

what’s instead being returned by your function?

do you see an error on my code,or not?thats all i want to hear

yes, you are returning the wrong thing

Your function returns either true or false.

The challenge asks you to return either the string "Equal" or the string "Not Equal".

It passed thank you very much ,it was a bit tricky