➕division (/)
a / b // floating-point division 5 / 2, // 2.5
3 / 0, // Infinity
-2 / 0, // -Infinity
0 / 0, // NaNLast updated
a / b // floating-point division 5 / 2, // 2.5
3 / 0, // Infinity
-2 / 0, // -Infinity
0 / 0, // NaNLast updated