Skip to content

Instantly share code, notes, and snippets.

@jezinka

jezinka/main.js Secret

Created June 16, 2017 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jezinka/5c84bed34cfc5424f04b0a7a2262af2b to your computer and use it in GitHub Desktop.
Save jezinka/5c84bed34cfc5424f04b0a7a2262af2b to your computer and use it in GitHub Desktop.
function test() {
var data = "aaaaa-bbb-z-y-x-123[abxyz] a-b-c-d-e-f-g-h-987[abcde] not-a-real-room-404[oarel] totally-real-room-200[decoy]";
if (countSum(data) === 1514) {
console.log("Wynik testu prawidłowy")
} else {
console.log("Wynik testu nieprawidłowy")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment