- Complete a função ‘tripleTheChances’ abaixo.
- O retorno da função é uma variável do tipo INTEGER_ARRAY.
- A função aceita o parâmetro chances do tipo INTEGER_ARRAY.
function tripleTheChances(chances) {
let chances = [5, 2 , 3, 5, 8, 10]
}
function main()