We should re-use existing code when we can, so that we don’t waste our time writing code that another programmer has already written.
Why do we need libraries?
To avoid rewriting existing code when we can, so that we do not waste time writing the code some programmer has already written. A library is a JavaScript file that contains a bunch of functions, and those functions accomplish some useful task for your webpage.
- Why do we need libraries?
To save time, instead of writing the whole code
so that you don’t waste your time writing code that another programmer has already written.
We need libraries because they save time by re-using code of which other programmers have already written.
Well we can write our own JS code but libraries allow us to re-use existing code when we can, so that we don’t waste our time writing code that another programmer has already written.
- Libraries allow us to re-use existing code so we don’t have to start from scratch with a problem that someone else has already solved making the code available.
Libraries are good source of existing code, which could be used by programmers instead of coding something from scratch. Very helpful tool to make your development more efficient.
1. Why do we need libraries?
It is much easier and efficient to go to a library and get a piece of code to use that someone else created to accomplish a task than it is to create our own version of it ourselves.
Libraries are necessary to streamline processes and focus more time and attention to matters that require more attention.
- We use libraries to gain time by reusing other people’s code, functions etc
- It enhances our work, makes coding more easier and faster.
We need libraries so that we as developers can save time by re-using code from other programmers.
Why do we need libraries?
We do not need to innovate ; reusing code is just easier.
1. Why do we need libraries?
Libraries are useful sources of existing code that programmers can use in order to save practical amounts of time.
Libraries are js code ready for consumptions. It´s great that devs shared their code for everyone to be quicker and more efficient when developing a web page.
A library is a JavaScript file that contains a bunch of functions, and those functions accomplish some useful task for your webpage. Having a reference of files to use and build upon to make programming less redundant…
- We can import existing libraries to use code from some other programmer. We can save time by not having to write everything from scratch.
- Why do we need libraries?
To reuse code so we do not waste our time writing code that another programmer has already written.
A library is a JavaScript file that contains a bunch of functions, and those functions accomplish some useful task for your webpage by using libraries it facilitates and also saves time for the programmer by
re-using others code.