For further actions, you may consider blocking this person and/or reporting abuse
Read next
3d Image carousel rotation illusion using html css and javascript
Prince -
How to build an AI assistant with OpenAI, Vercel AI SDK, and Ollama with Next.js
This Dot Media -
How to level up your frontend skills
Ndeye Fatou Diop -
Full Stack web framework with React with RSC
Henrique Emanoel Viana -
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