79396601

Date: 2025-01-29 11:43:12
Score: 1
Natty:
Report link

You can check if the said prop is undefined. Example:

if (genre === undefined) {
    // do something
} else {
    // do something else
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Daniel Ngozika