const pi = 3.141592 const str = pi.toFixed(2)
const integer = parseInt(str)
const float = parseFloat(str)
Math.abs(-2)
Math.min(2, 8)