If I see in the FOR loop condition:
let i = 0, chr
like here:
from here: String.prototype.charAt()
what does the second part (chr
) of initialExpression mean?
If I see in the FOR loop condition:
let i = 0, chr
like here:
from here: String.prototype.charAt()
what does the second part (chr
) of initialExpression mean?