I was going through this great article by Tapas Adhikary, it appears to me that the definition of Javascript a bit misleading (refer to screenshot attached and link pasted below it). As JS is a synchronous language, although it handles asynchronousity also.
But the definition that JS is asynchronous is misleading.
Do let me know whether I am wrong or right.
It may very well be with the Ajax framework but I`m only going off of a article on wikipedia.
[image]
Ajax
Programming
Description
Ajax is a set of web development techniques that uses various web technologies on the client-side to create asynchronous web applications. With Ajax, web applications can send and retrieve data from a server asynchronously without interfering with the display and behaviour of the existing page. [Wikipedia]