function convertToInteger(str) { var conversor = parseInt(str, 2); return conversor; } convertToInteger("10011");