I was looking for a Javascript equivalent to the constant string.ascii_lowercase 'abcdefghijklmnopqrstuvwxyz'
, but I haven't been able to find any.
It is no trouble to implement it myself. I found it useful in Python and now that I am working with Javascript I'd be happy to discover if something similar exists, and where to find it.