JavaScript Confusion, please help me understand

by 1 replies
1
Whats the difference between a JavaScript Library, a JavaScript Framework, and a JavaScript tool?
This has caused me untold confusion and I just need someone to lay it all out for me. I know JQuery and Mootools etc are a JavaScript library but I'm also hearing their a framework too which isn't a problem, but then I read somewhere that theres a big difference between a library, framework, and a tool. AHHHHHHHHHHHHHHHHHHHH! Its driving me bonkers!

If someone could point me to a list of each of the three I'm sure this will settle my brain storm and put me back in a comfortable state of mind.
#programming #confusion #javascript #understand
  • a library is a set of files that that have functions that usually are object oriented programmed, meaning that they can be reused on other projects.

    a framework takes it a step further. it includes usually several libraries as well as a script that bundles all the libraries together so they work together. this then is called a framework.

Next Topics on Trending Feed

  • 1

    Whats the difference between a JavaScript Library, a JavaScript Framework, and a JavaScript tool? This has caused me untold confusion and I just need someone to lay it all out for me. I know JQuery and Mootools etc are a JavaScript library but I'm also hearing their a framework too which isn't a problem, but then I read somewhere that theres a big difference between a library, framework, and a tool. AHHHHHHHHHHHHHHHHHHHH! Its driving me bonkers!