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: legacy/javascript/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,21 +14,21 @@ This JavaScript course is divided in three modules. Starting from the simple use
14
14
15
15
## Module goals
16
16
17
-
### [JS1 Module:](/javascript1)
17
+
### [JS1 Module:](./javascript1)
18
18
19
19
A basic program with multiple functions (reacting to user input)
20
20
21
-
### [JS2 Module:](/javascript2)
21
+
### [JS2 Module:](./javascript2)
22
22
23
23
A tool capable of loading a JSON file and representing it in the DOM
24
24
25
-
### [JS3 Module:](/javascript3)
25
+
### [JS3 Module:](./javascript3)
26
26
27
27
A web app with external data source using at least one API
28
28
29
29
### Overall
30
30
31
31
A good understanding of all the above mentioned topics. Want to check your Knowledge?
32
-
Go through the [JavaScript Fundamentals readme](/fundamentals) and research/ask for help [(Slack!)](https://hackyourfuture-cph.slack.com) with the concepts that are not entirely clear.
32
+
Go through the [JavaScript Fundamentals readme](./fundamentals) and research/ask for help [(Slack!)](https://hackyourfuture-cph.slack.com) with the concepts that are not entirely clear.
33
33
34
34
Helpful resource: <http://jsbooks.revolunet.com/> (here you can find tons of free JavaScript books online)
0 commit comments