+ 5
What is the role of javascript in web development
I wanted to know that What is the role of javascript in web development
7 Respuestas
+ 1
JavaScript is used to carry out the higher, more advanced functions inherent to more and more of today's web pages,
to add functionality, validate forms, detect browsers, and much more.
The main benefit of JavaScript is to add additional interaction between the website and its visitors with just a little extra work by the web developer.
+ 31
it creates a simple Web document into a functioning document. It has advanced functions which helps to allow different types of functions that has to be carry in a web page .
+ 4
JS adds interactivity to the web page.
+ 1
it creates a better user experience
+ 1
it is used to make your web page interactive like buttons that change the background color.
+ 1
Javascript is use to validate the user interaction on your web page dynamically. for example. you can use javascript to check if user fill in the blanks that is required on the form before submitting. etc
0
What is the role of javascript in web development