Question d’entretien chez NIKE

Multiply numbers without using multiply operation or Math library.

Réponse à la question d'entretien

Utilisateur anonyme

7 sept. 2022

// 0+1 0+1+1 0+1+1+1 // 0+2 0+2+2 0+2+2+2 const mul = (a,b) => { let repAdd = 0; if(a<=b){ for(let i=0; i