JSFiddle - React, Tailwind, and code Playground
by sperske
JavaScript
var products = [
{
value: "CARSLI5",
label: "CARSLI5",
desc: "Carrots Sliced 5kg",
prodid: "43"
},
{
value: "CARBAT5",
label: "CARBAT5",
desc: "Carrots Baton 5kg",
prodid: "24"
}
];
alert(products.length);