What should i learn first, server side scripting or client side scripting ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What should i learn first, server side scripting or client side scripting ?

I want to learn jsp and javascript . Out of these what should i learn first in order to understand the web world effectively ?

1st Sep 2019, 4:25 PM
Sharief
Sharief - avatar
2 Answers
+ 3
JavaScript first then jsp... or ES6 then Javascript then jsp... to be more precise...
1st Sep 2019, 5:12 PM
BroFar
BroFar - avatar
+ 1
I honestly believe front end is the way to go and then work your way back. In example HTML>CSS>JS>PHP>SQL>jsp>Ruby etc. If you know what to expect from the front end then you’ll have a MUCH better idea of how to build your backend. This works better in the sense that front end is easier to understand in the beginning, since you can just fire up an html page without any setting up to do and play with the code. It is insanely easy to get lost in the backend just trying to get things set up so you can learn. If you fully understand everything front end wise, certain techniques deployed in backend web development will make alot more sense.
1st Sep 2019, 5:22 PM
Foobatboy
Foobatboy - avatar