JS Loop 2 Array dengan kunci yang sama

for (variable in object) {
  statement
}
friendly neighborhood googler