Why do we need libraries? So we don’t waste time writing code that has already been written.
- Why do we need libraries?
So that we’re not constantly “rebuilding the wheel”. We can use functions others have come up with to build upon and to create even more intricate programs that fit our needs.
- We need libraries for code because it helps us save time. Someone else has already written code to do what we want and they’ve shared in a library making it much easier for us to plug and play their code.
- Why do we need libraries? — don’t reinvent the wheel, use past code if you can
- Why do we need libraries?
We need libraries to re- use some great code that helps us save time while adding complexity to our proyect.
- Why do we need libraries?
- We need libraries in order to use the functions that JavaScript file contains with existing code made by someone to accomplish some useful task for the webpage.
- To save time,by reusing existing code.
- We need libraries to avoid writing from scratches chunks of program
with specific functionalities, that have been already created by other
programmers and made available for everybody.
A library is a file that contains functions which are already written by other programmer for everyone to reuse. It saves time as we do not have to write everything from scratch.
- Why do we need libraries?
Libraries are JavaScript files that contains a bunch of functions, and those functions accomplish some
useful task for your webpage. Someone has already put in the effort of creating useful functions (with documentation) that we may require, and have made them available to use. So rather then reinventing the wheel, we can take advantage of their work by using their functions.
- Why do we need libraries? So we can satisfy two audiences. The developer that must code and maintain the code that uses the library, and the user that interacts with it.
- Why do we need libraries?
We need libraries to implement functions already coded by some programmer in order to save time without writing the script of every element or function we need our self.
Libraries allow us to save time and build on top of what is already available
1.Why do we need libraries?
We need them to save time by using the code already written.
- Why do we need libraries?
Libraries allow programmers to reuse code someone else already did write and decided to share with the world.
We need libraries so we can use other people’s code as building blocks for own code, saving time and hassle.
We don’t want to code whatever does exist other programmer have ever code it before.
So we don’t have to re-invent every useful piece of code. We can use other programmers’ code, which was already written, debugged, and proven to work.
- Why do we need libraries?
In order to make use of the building blocks of code that other developers have created and published already, so we can focus on what we’re doing that is new or innovative.
- they voluntarily hold many javascript programs and examples for the coding world to use become more efficient. they wouldn’t be possible if people didn’t feel the need to share their codes to make the coding universe more united and easier to navigate.