# ['x'] == 'x' [importance 5] Почему результат `true` ? ```js //+ run alert( ['x'] == 'x' ); ```