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
A bunch of the smartest Codewars' answers, from which we can learn loads. Most of time, 'a' stands for 'array', 'ac' accumulator, c' character, 'e' element (sometimes 'v' value), 'i' index / key (rarely 'k'), 'n' number, 's' string, and whatnot.