What is the error in this code:
_______________________________

var X="Hi [ ARE HOW";
if(X.match('[')==('['))
{
alert("please Do not use [ ");
return;
}