You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeScript's one of the strongest features is the use of types. When passing a variable in a function or declaring it. We should use type casting for every variable throughout the project. Currently, the places where it's not declared and the declared like variable_name: any should be converted to a proper object type or relevant variable.
Let us know if you face any issue tackling this. Happy to elaborate
The text was updated successfully, but these errors were encountered:
TypeScript's one of the strongest features is the use of types. When passing a variable in a function or declaring it. We should use type casting for every variable throughout the project. Currently, the places where it's not declared and the declared like
variable_name: any
should be converted to a proper object type or relevant variable.Let us know if you face any issue tackling this. Happy to elaborate
The text was updated successfully, but these errors were encountered: