Vidyalelo
JavaScript · Q100

Caching And Debugging

Programming · JavaScript · question 100

Q100

What is a framework?

A.
User time efficiency
B.
Author time efficiency
Answer
C.
Both User time and Author time efficiency
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
Frameworks are an author-time efficiency, meaning that they make coding tasks much simpler by abstracting the real work that goes into doing those tasks.