>FromYourCode();

Source code quote in JavaScript252

 May 11, 2016 am31 01:30
if ((("abcdefghijklmnopqrstuvwxyz0123456789").indexOf(keychar) > -1))
    return false;
else
    return true;

Check similar quotes

Share this quote