Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

!?

Name: Anonymous 2012-02-03 19:19


if (a == 0){

}


. . . Did this make anyone else rage?

Name: Anonymous 2012-02-03 19:26

Depends on the context, sometimes it's better to use

if (!a) {
}


but there are situations where

if (a == 0) {
}


is clearer.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List