You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 04_BasicStructuresAndPseudocode.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,3 +56,9 @@ end function
56
56
And then, of course you can refine and detail statements further and further in new functions. This is one of the most important skills you can learn when creating algorithms and computer programs. Experience will teach you how to think generically about a problem solution, in large abstract steps, and then refine and detail each step successively until you can implement your program in a computer language.
57
57
58
58
Also notice that inside blocks, no matter if conditional, repetition, of function blocks, the code inside the block is indented, so you can easily see what is inside and what is outside of that block.
59
+
60
+
[Back to course outline](https://github.com/mbarsott/LearnProgrammingWithJavascript/blob/master/README.md#learnprogrammingwithjavascript)
0 commit comments