Answer the question
In order to leave comments, you need to log in
The loop execution is interrupted after a function call, why?
The loop does not reach the end, ends on a function call
var value = "123456";
for (i = 0; i < value.length; i++){
console.log(get_number_from_table_ASCII(value[i]));
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question