Search This Blog

Thursday, March 17, 2011

What is JavaScript


  • JavaScript is a Scripting language , The JavaScript(js) code will be executed by the JavaScript engine which comes with the Browser ( I.E,Opera,Mozilla etc..)
  • JavaScript is a loosely typed language and is called client side scripting language. Because the js code you have written in the .aspx  pages will be sent back to client browser by the web server (IIS) and the JavaScript code will be executed by Browser hence we call this as Client side Script.
  • The Html and js code sent by IIS to browser will be executed by HTML parser and JavaScript engine which are present in the Browser software ( Browser like IE,Opera, Chrome all are softwares which contains code written in c-language etc..)
  • Note: For .net training institutes in Bangalore you can always visit http://techpalle.com/net-training-in-bangalore.html

No comments: