Help for this page

Select Code to Download


  1. or download this
    var foo = 3;
    / 4 + 1 /;
    2;
    
  2. or download this
    bar
    ++foo;
    
  3. or download this
    bar++;
    foo;
    
  4. or download this
    try {
        //some stuff 
    }catch (e if e == 3){
        /* do stuff */
    }
    
  5. or download this
    return
    a + b
    
  6. or download this
    return;
    a + b;