what is the precedence of datatype while comparison.

what is the precedence of datatype while comparison.

hi

    when i compair in javascript  like so , then it converts one type to another type. which is based on precedence. can i get link of that precedence.

if ("2"<3)

{

}