79643548

Date: 2025-05-29 08:21:12
Score: 1.5
Natty:
Report link

In the first line you create variable box with type Box3. Variable also can be null.

In the second line you check that variable box is not null

In third line you use method .getCenter() for variable box. Typescript use method from type type Box3 because type was described in first line.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Max Brain