Differentiate frontend and backend languages and their relation too | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Differentiate frontend and backend languages and their relation too

28th Jan 2018, 8:03 AM
Koushik G Shashidhar
Koushik G Shashidhar - avatar
2 Answers
+ 3
In web development front-end languages, like JavaScript, are interpreted by the browser and contain stuff like interactive elements, video games etc. The server just gives the browser the JS code, nothing more. Back-end languages, like PHP, run on the server and contain the internal logic of the site. It's recursive acronym "PHP: Hypertext Preprocessor" is pretty self explanatory (if you know what hypertext and preprocessors are). The browsers never gets to see the php code.
28th Jan 2018, 8:07 AM
Vlad Serbu
Vlad Serbu - avatar
0
web designers take care of front end where as backend programming is done by web programmers
26th Mar 2018, 2:56 AM
Manasa
Manasa - avatar