thankyou sir,
loadCart() {
this.storage.forEach( (value, key, index) => {
console.log(“This is the value”,value)
console.log(“from the key”, key)
console.log(“Index is”, index)
})
thankyou sir,
loadCart() {
this.storage.forEach( (value, key, index) => {
console.log(“This is the value”,value)
console.log(“from the key”, key)
console.log(“Index is”, index)
})