How to iterate through all alphabet letters in ClojureScript?

A bit off topic maybe, but why does String not resolve in CLJS to something, but String/fromCodePoint does resolve to something? Both js/String and js/String.fromCodePoint do work (as expected).

2 Likes