in in for loop code example Example: for in loops javascript for(const key in object){ // do stuff } // goes through the keys of an object