-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuserData.js
More file actions
17 lines (16 loc) · 968 Bytes
/
userData.js
File metadata and controls
17 lines (16 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
const user = new Array();
user.push({ id: "user1", name: "kwon1", profile: "그림1" });
user.push({ id: "user2", name: "kwon2", profile: "그림2" });
user.push({ id: "user3", name: "kwon3", profile: "그림3" });
user.push({ id: "user4", name: "kwon4", profile: "그림4" });
user.push({ id: "user5", name: "kwon5", profile: "그림5" });
user.push({ id: "girl1", name: "kim1", profile: "그림6" });
user.push({ id: "girl2", name: "kim2", profile: "그림7" });
user.push({ id: "girl3", name: "kim3", profile: "그림8" });
user.push({ id: "girl4", name: "kim4", profile: "그림9" });
user.push({ id: "girl5", name: "kim5", profile: "그림10" });
user.push({ id: "boy1", name: "kang1", profile: "그림11" });
user.push({ id: "boy2", name: "kang2", profile: "그림12" });
user.push({ id: "boy3", name: "kang3", profile: "그림13" });
user.push({ id: "boy4", name: "kang4", profile: "그림14" });
user.push({ id: "boy5", name: "kang5", profile: "그림15" });