1 2 3 4 5 6 7 8 9 10
| let Me = { Name: 'Willard Wong', Gender: 'male', Job: 'Front-end Developer', Hobbies: ['movie', 'reading', 'photography', 'code'], Email: 'ifyour@outlook.com', GitHub: 'github.com/ifyour', Twitter: '@johnwmm', Instagram: '@wmmjohn', };
|