S
S
Safraa2021-06-11 23:09:12
JavaScript
Safraa, 2021-06-11 23:09:12

Need a character from one string (for example 'd' ) to be equal to a digit from 0 to 9 from another string and output True?

If the i-th position of the line contains the character 'd', then the 2nd line must contain the digit 0 - 9 at the same position. Preferably without a direct answer

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Aetae, 2021-06-11
@Aetae

No direct answer:
indexOf
charAt
===
and
parseInt
>
<
or
RegExp
test

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question