1
2
3
for (var i = 65; i <= 90; i++) {
console.log(String.fromCharCode(i))
}