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
const clone = <T, _>(arr: T[]): T[] => [...arr]
i try to ignore _ , use < T > like this: const clone = < T > (arr: T[]):T[] => [...arr]
it also work, so i don't know _ for what?????
can u understand what i mean ?
i can't understand
The text was updated successfully, but these errors were encountered: