problem while checking if an element exist in an array

i was traying to do the odin project exercises of javascript,

when I execute this line in the console
2 in [2,3,4,5]
it gives
true

but when I execute 3 in [3,4,5] in the console it gives back false I think it should also be true!!!

any explanation please
thank you in advance