Help for this page

Select Code to Download


  1. or download this
    if (something) {
        do 'this';
    ...
    }
    
    do (something ? 'this' : 'that');