Created
March 24, 2019 14:58
-
-
Save mdmoin7/0672ded0efda8f4ef255a9e4cb6a8791 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// array | |
const data=[ | |
{pid:1000,pname:'test',pimg:'demo',pCat:'123'}, | |
{pid:1001,pname:'test 1',pimg:'demo 1',pCat:'123'}, | |
{pid:1002,pname:'test 2',pimg:'demo 2',pCat:'123'}, | |
]; | |
// single object | |
const data={pid:1000,pname:'test',pimg:'demo',pCat:'123'} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment