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
{{ message }}
This repository was archived by the owner on Oct 16, 2023. It is now read-only.
toString method we are used for strings. It is overcode. We need to remove it. msg.message.user.name is already string. We do not need to convert it to string.
We use let operator for names that we are not been changing. The good solution would be replace it to const operator.
For example this place. We assign these names only one time. It is redundant to keep their values in variables.