Javascript Flashcards
(3 cards)
1
Q
Library and Framework
A
Library: A collection of pre written functions/methods used to simplify tasks.
Framework: a structured environment with built in tools for building full applications.
2
Q
What is prototype?
A
Every JavaScript object has a prototype which is an object from which it can inherit properties and methods.
3
Q
DOM
A
Document Object Model