Skip to content

Instantly share code, notes, and snippets.

View mathmmo's full-sized avatar

Matheus Oliveira mathmmo

View GitHub Profile
@elton182
elton182 / validaContaSantander.js
Created August 5, 2019 22:55
Validação Digito Conta Corrente Santander
var agencia = '0189'
var conta = '01017417'
var dig = 9
var retorno = validaSantander(agencia,conta,dig);
console.log(retorno);
function validaSantander(agencia, conta, digito){