Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. let a = 3;
  2. let b = 3;
  3. let c = 10;
  4.  
  5.  
  6. if (a > 2){
  7.     for (; b < c; b++)
  8.         if (b > 3){
  9.           for (; b < c; b++)
  10.  
  11.             if (b > 5){
  12.                 a += 2
  13.               for (; a < b; a++)
  14.                 a += 1;
  15.             }
  16.             else{
  17.                 for (; c < b; a++){
  18.                   a += 1;
  19.                 }
  20.             }
  21.         }else{
  22.          switch(b){
  23.                case 1: a = 2;
  24.                 case 2: a = 3;
  25.                 default: a = 10;
  26.             }
  27.         }
  28.              
  29. }else{
  30.    for (; a < b; a++)
  31.         a += 1;
  32.     b = 3;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement