egonSchiele / grokking_algorithms

Code for the book Grokking Algorithms (https://amzn.to/29rVyHf)
Other
11.73k stars 3.8k forks source link

fix: The argument of type 'string | undefined' is not assignable to t… #289

Open Renan-Leal opened 2 months ago

Renan-Leal commented 2 months ago

…he parameter of type 'string'.

fix: type guard in the person variable

refactor: simplification of logic