exports = { getName: () => { return 'Jim'; }, getLocation: () => { return 'Munich'; }, dob: '12.01.1982', };. Here we're assigning the functions ...
確定! 回上一頁