Skip to content

Instantly share code, notes, and snippets.

@AndrewBuntsev
Created May 15, 2020 02:22
Show Gist options
  • Save AndrewBuntsev/597c7f462e7e0b60455e0e3e64496d61 to your computer and use it in GitHub Desktop.
Save AndrewBuntsev/597c7f462e7e0b60455e0e3e64496d61 to your computer and use it in GitHub Desktop.
var objects = [{'Name': 'John', 'Age': 23, 'Profession': 'Accountant'},
{'Name': 'Adam', 'Age': 18, 'Profession': 'Engineer'},
{'Name': 'Vik', 'Age': 46, 'Profession': 'Architect'},
{'Name': 'Jane', 'Age': 36, 'Profession': 'Developer'},
{'Name': 'Rikky', 'Age': 28, 'Profession': 'Developer'}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment