Encountered an error message stating "Cannot re-declare variable 'greet' with scope 'Block'."
My journey into learning Typescript hit a roadblock when I declared a variable along with its type, only to receive this error upon running the code.
- The issue: Cannot re-declare variable 'greet' within the same block of code.