B
B
BranchInCode2019-01-14 18:30:57
JavaScript
BranchInCode, 2019-01-14 18:30:57

How to display in alphabetical order letters (English) from a Unicode table?

Kindly throw an example, I can’t find anything in Google ... it is desirable that there be some simple code, because I am new to this craft ....

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dmitriyivvvv, 2019-01-14
@Vetka_in_code

for (let i = 65; i < 91; i++) console.log(String.fromCharCode(i));

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question