Changed from result = (a + b < 4) ? 'Below' : 'Over'; to let result = (a + b < 4) ? 'Below' : 'Over';