valueA > valueB
var foo = 5; if (foo > 3) return true; //Returns true because foo == 5, which is greater than 3.