Console logging this.byPassViewState
returns ["01"]
if i do this.byPassViewState === ['01']
it returns false
typeof(this.byPassViewState)
retuns object
My question is why this.byPassViewState
returns false ? it suppose to be true
right ? please tell me what i'm doing wrong here