19.4k views
5 votes
What framework provides a simple API for performing web tasks?

(blank) is a framework that provides a simple API for performing web tasks,

User Deha
by
4.1k points

2 Answers

1 vote

Answer:

Prototype is a framework that provides a simple API for performing web tasks

User Sir Montes
by
4.1k points
3 votes

Answer:

Prototype is a framework that provides a simple API for performing web tasks.

Step-by-step explanation:

Prototype is a JavaScript framework that aims to ease up the development of dynamic web applications. It basically take out the complexity out of the client-side programming.

Following are some salient features of Prototype:

1) Applies useful methods to extend DOM elements and built-in types.

2) Provides advance support for Event Management.

3) Provides powerful Ajax feature.

4) Built-in support for class-style OOP.

5) Not a complete application development framework

User Kbrimington
by
4.2k points