Week 4: Assignment 2

by Larry Adams

JavaScript

var a = 6, b = "ten" == 10;

if ( a < b  || b < a ) {

alert("this is true!");

}