Week 4: Assignment 2 by Larry Adams February 22, 2015 JavaScript var a = 6, b = "ten" == 10; if ( a < b || b < a ) { alert("this is true!"); }