Skip to content

Instantly share code, notes, and snippets.

@jezinka

jezinka/main.js Secret

Created June 16, 2017 08:54
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/df2a8f2afa6dee6fa82155428bc2f90d to your computer and use it in GitHub Desktop.
Save jezinka/df2a8f2afa6dee6fa82155428bc2f90d to your computer and use it in GitHub Desktop.
function test_equal_occurence_of_letters() {
var data = "molgbzqfib-bdd-mrozexpfkd-289[bdfmo]";
if (countSum(data) === 289) {
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