My question is that, Is javascript use for multiple pages websites ? if yes then which javascript framework is used for web development please guide me thanks….
I want to learn javascript but i don’t understand what to do so plz guide me to Is javascript use for multiple pages websites ? if yes then which javascript framework is used for web development
2
Answers
good to hear your question.
We can use Traditional JavaScript and jQuery for building of multiple pages websites.
Before diving into frameworks such as React, Vue.js and Angular, it’s essential to learn the fundamentals of JavaScript itself.
For sure, you can build a multiple pages website with Pure JavaScript, HTML and CSS.
jQuery is a popular JavaScript library that simplifies DOM manipulation and provides a more straightforward syntax for handling common tasks.
While it’s being used less frequently in modern web development due to advancements in JavaScript and frameworks, learning jQuery can still be helpful, especially for legacy projects.
You can simply learn about them in this website.
https://www.w3schools.com/
Thanks.
Javascript can be used in many ways. Web development being the most utilized and long standing way.
If you are looking to start with frameworks I would start with jQuery.
https://jquery.com
The framework you choose will depend on your application.