Modern Javascript is complicated*. Elm Lang on the other hand is great for web dev.
if (...)
{
...
}
else
{
...
}
or loop
{
...
}
After I home in on the words then yes I will generally read left to right, top to bottom. But another part of imperative style is code is usually split into separate paragraphs of related functionality - so I can usually jump down whole paragraphs too.