Let, Var and Const
Use const for variables that won't be reassigned.
Use let for variables that will be reassigned.
Avoid var in new TypeScript code.
Best References:
AWS TypeScript
Let, Var and Const
Use const for variables that won't be reassigned.
Use let for variables that will be reassigned.
Avoid var in new TypeScript code.
Best References:
AWS TypeScript
For further actions, you may consider blocking this person and/or reporting abuse
Alexander Opalic -
hayata-yamamoto -
Stephen Akugbe -
Nardin -
Top comments (0)