You can check if the said prop is undefined. Example:
if (genre === undefined) { // do something } else { // do something else }