Error in solutions of 'Check if an Object has a Property'

Hi,
I found a problem in the solutions of Check if an Object has a Property.

https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-data-structures/check-if-an-object-has-a-property

Solutions have multiples args in hasOwnProperty() method, this is a mistake, this method takes a single arg, so the others are ignored.

Thank you for helping make FCC better. Bugs should always be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.