Hangi sınav hocam?
let a = 5, b = 8
if(a < 5) console.log(a + b)
else console.log(b - a)