Calculer vos impots par tranches. [wip]
source: Impots
const fact = (n) => (n < 2 ? 1 : fact(n - 1)); const fact = (n) => (n < 2 ? 1 : fact(n - 1));
const fact = (n) => (n < 2 ? 1 : fact(n - 1));
© jnpn 2022 - 2023