var ids = this.products.map((p) => p.id);
var products= this.selectedProducts.map((p) => { p.id, p.name });
Every Programming Best Practice, Interview Question, Algorithms
var ids = this.products.map((p) => p.id);
var products= this.selectedProducts.map((p) => { p.id, p.name });
© Best Way to Code 2011 | Design by Blogger Hack Supported by PBT
0 comments:
Post a Comment