For further actions, you may consider blocking this person and/or reporting abuse
Read next
Should You Use an Open-source SaaS Boilerplate Starter or a $300+ Paid One?
Matija Sosic -
Module declaration in TS
Mohammad Jawad (Kasir) Barati -
Conclusion of My Node.js Journey and a Sneak Peek into My Upcoming AWS Series
Sushant Gaurav -
Need Help with Web Programming Project
Andrew Darfoor -
Top comments (5)
With the frontend JavaScript is used for creating interactivity for users who are the clients that use the websites and online applications.
As for the backend you can use Node which is basically just Javascript for developing servers which can do requests and connect to databases that you can use for persisting data. You can also create your own REST API's too.
From where I seek javascript language in detail
Are you looking for documentation check these out.
devdocs.io
developer.mozilla.org/en-US/docs/W...
In frontend: you want interactivity, you migh like to make dopdowns, sidebars, AJAX you need javascript for that.
In backend: you can use node libraries to create a server which can respond to web requests
Can you tell me the use of Javascript