js while loop initializer code example Example: define a while loop in node js while (n < 3) { n++; }