85
Nilq
7y

Knowledge is power, 1337 skills

Comments
  • 6
    @nik123 pretty sure that's the joke
  • 23
    if(Boolean.toString(condition).length() > 3 && Boolean.toString(condition).charAt(0).equals("t") && Boolean.toString(condition).charAt(1).equals("r") && Boolean.toString(condition).charAt(2).equals("u") && Boolean.toString(condition).charAt(3).equals("e"))
  • 7
    bitch please, a real Jedi developer writes
    if (true == condition) {...}
  • 1
    If([condition].filter(function(item){return item==true;}).length==1)
  • 1
    @vzqzac i like how toString is always there. Not even a var.😂
  • 3
    All fun and games until someone writes if(condition = true) {...}
Add Comment