Skip to content

Instantly share code, notes, and snippets.

@AJFaraday
AJFaraday / contact-to-table.js
Created September 4, 2016 19:31 — forked from anonymous/contact-to-table.js
js data to table with jquery
contacts = [
{
firtst: 'joe',
last: 'bloggs',
address: '123 Fake St'
},
{
firtst: 'Penny',
last: 'Farthing',
address: '321 Fake St'