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
you took independent action for scene -- n === 1, but another scene like n > arr.length , like arr.length == 1,
and its necessary to use another tool like is_number? n = isNumber(n) ? +n :1; => n = typeof n == 'number' ? +n : 1;
add if (n >= len || len == 1){ return arr }
The text was updated successfully, but these errors were encountered:
you took independent action for scene -- n === 1, but another scene like n > arr.length , like arr.length == 1,
and its necessary to use another tool like is_number?
n = isNumber(n) ? +n :1; => n = typeof n == 'number' ? +n : 1;
add
if (n >= len || len == 1){ return arr }
The text was updated successfully, but these errors were encountered: