JSFiddle - React, Tailwind, and code Playground
by Eric L
JavaScript
var returnShipments = [];
returnShipments.push("666");
returnShipments.push("665");
for(var i=0; i<returnShipments; i++){
console.log(i + "|" + returnShipments[i]);
}
by Eric L
var returnShipments = [];
returnShipments.push("666");
returnShipments.push("665");
for(var i=0; i<returnShipments; i++){
console.log(i + "|" + returnShipments[i]);
}