Libraries - Reading Assignment

We need libraries because it allows us to reuse code and other users have already produced code.

1 Like

To be able to build upon others already completed code.

1 Like

We need libraries to save time and don’t write code that perform a task that somebody has already wrote.

1 Like

Why do we need libraries?
A library is a JavaScript file that contains a bunch of functions, and those functions accomplish some useful task for your webpage.

1 Like

Why do we need libraries?

We need libraries because it allows us programmers to reuse code,
so we don’t have to reinvent every useful piece of code, and to speed up our programming process.

1 Like

so that we don’t waste our time writing code that another programmer has already written. and so that we can share that code among one another freely.

1 Like
  1. We need libraries because it allows web developers to re-use existing code when they can, so they don’t waste time writing code that another programmer has already written.
2 Likes
  1. So that we can re-use code that some other developer has written, rather than spending the time writing it ourselves.
2 Likes
  1. Libraries are needed to save time and to share ideas with others in the coding community. If someone has written a code that does a specific set of commands and I need the same functionality within my site, a library provides access to that resource for it to be used in my site. Allowing me to focus on any other specific things needed i my program.
2 Likes
  1. Why do we need libraries?
    To re-use code and eventually save time.
2 Likes
  1. because its a re-useable bundle of javascript functionality that other programmers can use.
2 Likes

With libraries, we can save a lot of time by reusing code that we didn’t write ourselves.

2 Likes

As programmers, we should re-use existing code when we can, so that we don’t have to waste time writing out code that other programmer has written out.

2 Likes
  1. Why do we need libraries?
    Libraries are essential for progress as it allows us to work with code already written by someone else so we don’t have to do it from scratch again. In a way, JavaScript is also a library .
1 Like
  1. A library is a JavaScript file that contains a bunch of functions. That means we can use them in order to insert this functions if needed to our code in order to save time and use something that has already been tested.
1 Like
  1. Libraries are here to help us reuse existing code, where we can, so we can save valuable time and effort of writing new code from scratch.
1 Like
  1. Why do we need libraries?

Libraries are helpful when we don’t want to waste time on things that are common and were already developed. We can simply downlod the code from the library and use it so we can focus on developing some original ideas.

1 Like

Libraries can be used to save a lot of time by reusing existing code for common task. Furthermore, this allows a developer to have references from previous code from previous developers.

1 Like

We need libraries so that we don’t need to rewrite code and also to be able to share useful code and make it available to any website.Denver Metropolitan Are

1 Like

In JavaScript, the way we do that is by using a library . A library is a JavaScript file that contains a bunch of functions, and those functions accomplish some useful task for your webpage

1 Like