Skip to content

Instantly share code, notes, and snippets.

View LuisSaybe's full-sized avatar
🌃
Listening to Night Tempo

Luis E. Banegas Saybe LuisSaybe

🌃
Listening to Night Tempo
View GitHub Profile
{
"Id": "C28HX65FL93AS47DZ45Y",
"Name": "ConvaTec DuoDERM® CGF® Extra Thin Dressing, 4\" x 4\" Stock UOM: BX Stock Units: 10",
"Type": "NonSerialized",
"Status": "Active",
"PartNumber": "51187955_BX_10_CARD",
"Manufacturer": {
"Id": "UN6240781983c8457c91f0ab8a00c6fe10",
"Name": "CONVATEC"
},
function getRandom(items) {
return items[Math.floor(Math.random() * items.length)];
}
function assertEqual(a, b) {
if (JSON.stringify(a) !== JSON.stringify(b)) {
console.error(`${JSON.stringify(a)} does not equal ${JSON.stringify(b)}`);
}
}