I have the following objects:
var category = [
{"category" : "fruity"},
{"category" : "Cakes"}
]
and
var products = [
{"description" : "Apple", "price" : 12.99, "category" : "Fruity"},
{"description" : "Peach", "price" : 1...
asked by
01.09.2017 / 00:38