|
|
|
|
|
by henriquez
2222 days ago
|
|
I would recommend starting with HTML and CSS and avoid JavaScript until you have a good sense of how the static stuff works. Then play a bit with JS and find a framework that you like working in. If you already know Python it should be relatively easy to learn JS, just try to understand _this_, scoping and variable hoisting, which is the source of almost all of the weirdness of JavaScript and something a lot of (even experienced) developers get confused on. |
|