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
Currently N.ì() returns an empty array when N=0 but it might be more useful if it instead returned [0].
I know I brought this up before but I promptly forgot my use case for it! Another one I've come up with, though, is on a recent challenge where we needed to convert digits to words (e.g., 0 -> zero) and I was trying to use A.g(N.ì()) to do so.
The text was updated successfully, but these errors were encountered:
Currently
N.ì()
returns an empty array whenN=0
but it might be more useful if it instead returned[0]
.I know I brought this up before but I promptly forgot my use case for it! Another one I've come up with, though, is on a recent challenge where we needed to convert digits to words (e.g.,
0
->zero
) and I was trying to useA.g(N.ì())
to do so.The text was updated successfully, but these errors were encountered: