natural born genius
indexOf() also works on strings.
If you're determined to make a list, a less time consuming solution is let letters = "abcdefghijklmnopqrstuvwxyz".split("");
\d for digits! Thank you
Definitely best practices. Well done!
Loading collection data...
natural born genius
indexOf() also works on strings.
If you're determined to make a list, a less time consuming solution is let letters = "abcdefghijklmnopqrstuvwxyz".split("");
\d for digits! Thank you
Definitely best practices. Well done!