Learn Modern JavaScript Methods By Building Football Team Cards - Step 34

Tell us what’s happening:

Не проходит тесты данный код, но в моем VSCode консоль работает корректно.

`<p>Nickname:${nickname ? nickname : 'N/A'}</p>`

Challenge Information:

Learn Modern JavaScript Methods By Building Football Team Cards - Step 34

You need to strict compare it actually to null

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Strict_inequality

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/null

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.