node.js for loop examples Example: for in loops javascript for(const key in object){ // do stuff } // goes through the keys of an object