Operator AssociativityGiven the following lines, what will be the output? console.log(1 < 2 < 3); console.log(3 > 2 > 1); Select one:true and truetrue and falsefalse and falseundefined and undefinedSyntaxErrorSubmit