Use the Conditional (Ternary) Operator / Hint is wrong?

Hi everyone,

I looked at the hint for the exercise “Use the Conditional (Ternary) Operator” and I think it is wrong.
I am just a beginner then I can be the one who’s wrong, what do you think ?

Hint tells that is a correct syntax :

(a = b ? true : false );

But I really think it can’t work if you don’t give “==” or “===” instead of “=”.
In any event, the hint’s solution doesn’t seem to work for me.
Whom should I adress this message ?

Have a nice day

Yes the hint is wrong, it has been corrected (on master branch) but the site/guide has not been updated yet.