Skip to content

Instantly share code, notes, and snippets.

@ilopX
Last active November 29, 2019 17:23
Show Gist options
  • Save ilopX/c231edaff894d914633e96a598094de7 to your computer and use it in GitHub Desktop.
Save ilopX/c231edaff894d914633e96a598094de7 to your computer and use it in GitHub Desktop.
function corespondFirst(a, b) {
return throw new NotImpl()
}
assert(corespond('ilopXsoft', 'ilopXsoft')).toBe(100)
assert(corespond('ilopXsoft', 'ilopXsofw').toFixed(2)).toBe(88.88)
assert(corespond('ilopXsoft', 'ilopXsrsed').toFixed(2)).toBe(66.66)
assert(corespond('ilopXsoft', 'iasdfasdfasdfasdf').toFixed(2)).toBe(11.11)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment