From da28cfaf61cc31ac50a3e67394d8da7fdd67c981 Mon Sep 17 00:00:00 2001 From: 3ackdoor Date: Fri, 4 Jan 2019 15:46:43 +0700 Subject: [PATCH] 5906021613115 --- index.js | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/index.js b/index.js index 104b0bc..3e7d1cd 100644 --- a/index.js +++ b/index.js @@ -1,11 +1,18 @@ let students = [ - { - "id": 4266240094, - "name": "nitigan nakjuatong", - "username_github": "nitigan", - "gender": "male", - "age": 39 - } - ] + { + "id": 4266240094, + "name": "nitigan nakjuatong", + "username_github": "nitigan", + "gender": "male", + "age": 39 + }, + { + "id": 5906021613115, + "name": "Anew Eiamsuwansai", + "username_github": "3ackdoor", + "gender": "male", + "age": 21 + } +] - console.log(students); \ No newline at end of file +console.log(students); \ No newline at end of file