Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function czteryMalpy(s) {
  2.   return true;
  3. }
  4.  
  5. function main() {
  6.     if(
  7.         czteryMalpy("") == true &&
  8.         czteryMalpy("") == true &&
  9.         czteryMalpy("") == true &&
  10.         czteryMalpy("") == true &&
  11.         czteryMalpy("") == true &&
  12.         czteryMalpy("") == true &&
  13.         czteryMalpy("") == true &&
  14.         czteryMalpy("") == true &&
  15.         czteryMalpy("") == true
  16.     )
  17.     {
  18.         console.log("βœ“ Funkcja jest poprawna!");
  19.     }
  20.     else
  21.     {
  22.         console.log("βœ— Funkcja jest bΕ‚Δ™dna!");
  23.     }
  24. }
  25.  
  26. main();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement