Explain why libraries are useful in JavaScript.?

What will be an ideal response?


In a complex JavaScript project, developers often find themselves reusing code they originally wrote for a different project. The many lines of code that accomplish a specific task can often be generalized to the point that they can be copied and inserted in another project with few if any changes. Individual programmers and organizations have long compiled such useful sets of code into JavaScript libraries, which they can link to new projects to use any code the libraries contain.?

Computer Science & Information Technology

You might also like to view...

When you use too many ________ effects on one object or slide, the result can be distracting and take away from the message of the object or slide

Fill in the blank(s) with correct word

Computer Science & Information Technology

Explain what it means for two matrices to be conformable.

Use the following declarations and class definition for Questions 3 and 4.

const int MAX_ROWS = 10;
	const int MAX_COLS = 10;

class Matrix {
public:
Matrix()  {}
private:	
int rows;
int cols;
int mat[MAX_ROWS][MAX_COLS];
};

Computer Science & Information Technology

What is the correct command to name a VLAN "sales"?

A) name sales B) vlan name sales C) vlan sales D) vlan id sales

Computer Science & Information Technology

Which item will NOT help with laptop battery conservation?

A) Reduce screen brightness. B) Use a battery from the laptop manufacturer. C) Refrain from using the optical drive. D) Turn off the wireless adapter. E) Disable USB ports that are not being used. F) Avoid saving documents frequently.

Computer Science & Information Technology