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: 06_IOandHelloWorld.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ One last thing to remember, when you write Javascript code: **JAVASCRIPT IS CASE
24
24
25
25
## Hello World
26
26
27
-
One famous tradition in learning computer languages is creating your first program to write the text "Hello World!" on the screen. I guess that if you have gone this far in this course you have all the knowledge you need to to that, so you are ready to do your first exercise, that you will find in the `ex01` folder, under `Exercises`: create your Hello World program and run it in Node.js.
27
+
One famous tradition in learning computer languages is creating your first program to write the text "Hello World!" on the screen. I guess that if you have gone this far in this course you have all the knowledge you need to to that, so you are ready to do your first exercise, that you will find in the [`ex01` folder, under `Exercises`](https://github.com/mbarsott/LearnProgrammingWithJavascript/tree/master/Exercises/ex01): create your Hello World program and run it in Node.js.
28
28
29
29
[Back to course outline](https://github.com/mbarsott/LearnProgrammingWithJavascript/blob/master/README.md#learn-programming-with-javascript)
0 commit comments