Skip to content

Commit 985c015

Browse files
committed
added documentation links
1 parent 124042e commit 985c015

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

LEARNING-PATH.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ At the end of this path, you will be able to build a **Personalized Diet Calcula
1515

1616
## **Step 1** - Learn the theory
1717

18+
Read the following chapters to the key concepts of this specific path
19+
1820
<table>
1921
<th>
2022
<tr>
@@ -49,6 +51,26 @@ At the end of this path, you will be able to build a **Personalized Diet Calcula
4951
</tr>
5052
</table>
5153

54+
### Documentation
55+
Use the following documentation as a syntax reference
56+
57+
<table>
58+
<th>
59+
<tr>
60+
<td>Javascript</td>
61+
<td>Python</td>
62+
</tr>
63+
</th>
64+
<tr>
65+
<td>
66+
<a href="https://javascript.info">https://javascript.info</a>
67+
<br />
68+
<a href="https://www.w3schools.com/js/default.asp">https://www.w3schools.com/js/default.asp</a>
69+
</td>
70+
<td><a href="https://docs.python.org/3.11/tutorial/index.html">https://docs.python.org/3.11/tutorial/index.html</a></td>
71+
</tr>
72+
</table>
73+
5274
### **Additional resources**
5375

5476
- [ ] Watch [Introduction to Programming and Computer Science - Full Course](https://www.youtube.com/watch?v=zOjov-2OZ0E&ab_channel=freeCodeCamp.org)

0 commit comments

Comments
 (0)