I created the following function :
function xorMultiply(a,b) { let results = 0; while (b !== 0) { for (var i = 3; i < 4; i++) { console.log(