Use this exercise as a scratchpad 📝
- If you
output(someObject)
, it will print out onto the screen:
const user = {
name: 'David Khourshid',
company: 'Microsoft',
interests: ['piano', 'state machines'],
};
output(user);
Use this exercise as a scratchpad 📝
output(someObject)
, it will print out onto the screen:const user = {
name: 'David Khourshid',
company: 'Microsoft',
interests: ['piano', 'state machines'],
};
output(user);