|
|
|
|
|
by albumedia
5028 days ago
|
|
We all have different ways of learning. When it comes to programming, learning the fundamentals first can save a lot of time and frustration. Not everyone can pick a language and start learning right away. I think a better way to start is by learning the fundamentals like:
- variable declarations
- if statements
- loops
- functions Those fundamentals are the same whether you're doing backend coding or frontend javascript. Remember, it's all syntax. |
|