Hi,
I'm learning JavaScript and I'm trying to understand objects. I'm learning from a site that doesn't really explain things well (or I'm just oblivious to the examples given) and need some help.
I need to edit this function such that it takes in an object as a parameter. Return the 'abc' property from that object.
function getABC() {}
any help would be greatly appreciated.Thanks.