The division operator (/) perform arithmetic division on numbers (literals or variables).
/
console.log(15 / 3); // 5 console.log(15 / 4); // 3.75