Libraries - Reading Assignment

Libraries give us a convenient way to use prewritten code for common JavaScript functions, and those functions accomplish some useful task for your webpage. It will also allow us to get the work done quicker, saves us time and effort.

1 Like
  1. Libraries save time and energy for us as we don’t need to reinvent the wheel every time we want to write a function in JavaScript. Somebody, somewhere has already written the necessary code and if it is open-source then it can be copied and pasted into your program.
1 Like

With using libraries we can re-use existing code, so this way we save time.

2 Likes

We need libraries because it’s a good method of storing data in one place which is easily accessible for others to use. Code such as Javascript can be stored within a library which saves developers time and improves efficiency by reusing other developers code and building up from that. An example could be websites which utilise Google Maps by reusing their code.

2 Likes

So we can save the time writing code which other programmers already written. We can re use those codes in library.

1 Like

Why do we need libraries?

  • Gives us the more time to focus on the project/idea we want to create by being able to re-use code for other aspects of the project.
1 Like

Q1: Why do we need libraries?

A1: Libraries - being reusable bundles of Javascript functionality - helps developers avoid wasting time writing code that other programmers have already written.

1 Like
  1. Why do we need libraries? By using libraries it gives programmers access to function and logic already proven and developed… which allows us as programmers to re-use code or logic.
1 Like
  1. Libraries allow is to keep from having to personally write every piece of code we may use, it also provides reliably concise code that has been found reliable by others.
1 Like
  1. By using libraries we are able to save time and effectively incorporate functionality and reliability from a previously developed piece of code.
2 Likes

Libraries give us the ability to share, duplicate, store and reuse code with each other. Using libraries lets us treat code like building blocks and easily work together by integrating each other’s work into our projects. Essentially libraries rapidly increase innovation and ease of use as developers by letting us download and interact with each other’s work.

2 Likes

A library is a JavaScript file that contains a bunch of functions, and those functions accomplish some useful task for your webpage. It’s a way to save time by not needing to code for something that someone else has coded for before.

2 Likes
  1. Why do we need libraries? Libraries allow us to utilize ready made code that can be useful in our program. This way we don’t have to always recreate the wheel and the process can in turn be made easier.
2 Likes
  1. To allow reusability of codes.
2 Likes

1)we need libraries because with the help of it we can reuse code which are already built and can save our time

2 Likes
  1. To reuse already built and maintained functionality and built more complex programs/libraries on top of them.
2 Likes

To re-use existing code that’s been developed by other developers, so we don’t have to create everything or waste time writing code that someone else already created.

2 Likes

By using libraries we can save a lot of time. Sometimes functions are ready and it is no sense to build every function from the begging. We can work much faster with than without libraries. We can concentrate on the purpose of our job than on solving basic problems.

1 Like

The benefit of a library is that you are re-use existing code that you know works, and you know may work for your purpose. And, it saves time.

1 Like

To re-use existing code, which saves significant time and effort.

1 Like