Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created September 21, 2016 02:15
Embed
What would you like to do?
3.md
ary.push({
id: i.toString(),
name: "User #" + i,
position: "Position " + i,
zipcode: "220-8401",
address: "神奈川県横浜市西区みなとみらい三丁目3-1三菱重工横浜ビル13階",
tel: "045-225-5150",
company: "新日鉄住金ソリューションズ株式会社"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment