79072913

Date: 2024-10-10 06:09:45
Score: 2.5
Natty:
Report link

It's called "Nullish coalescing operator" and it's explained here:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing

In your case it sets h.hj to h.hj if h.hj is not NULL, and to the function if h.hj is NULL.

Reasons:
  • Whitelisted phrase (-1): In your case
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Odd Veibust