0 votes
in AJAX by
List the difference between JavaScript and Ajax

1 Answer

0 votes
by

The below table explains the differences between the two:

JavaScriptAjax
It is open source scripting language for client side web development, even at server side (Node.js)It is technology used for standalone and web based development, with libraries and framework that extends JS functionality
JavaScript does not communicate/translate between programs developed in different languages.It acts as translator that communicates among programs developed in different languages.
JavaScript is client side scripting that are used in input validation, DOM handling, to add animated 2D/3D graphics on webpage and developing interactive GamesAjax retrieves data from the server using XMLHttpRequest object.
It is an add-on to HTML for functionalities like client side validations, DOM handling and event handlingAjax send and receive data from server thereby updates portion of web page, without page reload

Related questions

0 votes
asked Jan 29 in AJAX by Robindeniel
0 votes
asked Jan 29 in AJAX by Robindeniel
0 votes
asked Aug 8, 2023 in AJAX by sharadyadav1986
+1 vote
asked Nov 27, 2022 in AJAX by sharadyadav1986
...