Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am very much worried abt this scripting languages ..

every month i am hearing abt new js libraies ..

can any body tell me how many types of this javascripts .. ??

angular js , knocuout js .. j query ... whats going on exactly .. i am reaaly bursting by head
Posted

JavaScript is a Scripting Language, by which you can communicate with user and browser at the client side.

The libraries you mentioned in your answer are actually having JavaScript codes, which does complex operations, but provides us a simple method.

Suppose you would like to find all anchor elements inside a Table. You can do it JavaScript, but that would take longer time and much code than you need in jQuery. You just need to use .find() method in jQuery.

So, these are just advanced JavaScript libraries providing us simple functions to work with.

Don't worry, just go with the flow. :)
 
Share this answer
 
Comments
Torakami 19-Mar-14 0:50am    
Thanks man for counselling me ... i am good in javascripts and jquery .. but at this moment i am fresher and hearing many new terms from the other programmers daily ... so just got confused as all these j script library terms
No problem. Anytime. :)
About the javascript libraries, refer: js_libraries.asp[^]. Basically, these libraries exist to help us "write less do more".
To learn javascript, you may start with this JavaScript Tutorial[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900