Maybe you might like trying Python (there are some more tutorials listed here; specifically, Learn Python the Hard Way, #2 in the Python section, is a nice next step after Codecademy), it has a “cleaner” syntax, in that it doesn’t require braces or so many brackets; this could help you to practice without so many distractions.
(And yes, once you’ve practiced more, you’ll be able to keep track of more of the program in your head and so the white space is a navigational aid, rather than a hinderance.)
Maybe you might like trying Python (there are some more tutorials listed here; specifically, Learn Python the Hard Way, #2 in the Python section, is a nice next step after Codecademy), it has a “cleaner” syntax, in that it doesn’t require braces or so many brackets; this could help you to practice without so many distractions.
(And yes, once you’ve practiced more, you’ll be able to keep track of more of the program in your head and so the white space is a navigational aid, rather than a hinderance.)