JS Arrondir A Deux Decimal

const number = 3.1415926
const roundedNumber = number.toFixed(2)
Lucas Charvolin