+ 3

what types of work can be done in a website by java script?

29th Nov 2016, 7:30 PM
safayet
4 odpowiedzi
+ 5
JavaScript allows you to create interfaces that improve the user experience and provide dynamic functionality, without having to wait for the server to react. Also it can load content into the document if and when the user needs it, without reloading the entire page.
29th Nov 2016, 8:08 PM
Vasiliy Nadolskiy
Vasiliy Nadolskiy - avatar
+ 4
JavaScript is a client side language which adds interactivity to the web documents. We can do validations on documents (forms) before it's submission which may make web server more busy...!
29th Nov 2016, 7:36 PM
Software & Graphics Point AFG
Software & Graphics Point AFG - avatar
+ 3
you may be heard that, HTML = Website Content CSS = Website Style JavaScript = Website Beheviour Basically, JavaScript is a client site scripting language that helps us to add interactivity to the website. Nowadays there is a 3 horizontal line on top of the page if you click, that gives you some menu that is javascript. JavaScript also helps us to do some arithmetical functions like addition, subtraction. and lot more....... Keep learning,
14th Jan 2017, 6:46 PM
Swarnab Das
Swarnab Das - avatar
+ 2
it can create websites with server sides and databases....can valudate user inputs
15th Jan 2017, 9:05 PM
colvo linback
colvo linback - avatar