Subscribe to:
Post Comments (Atom)
Abstract factory pattern
When single task can be done by multiple groups/family of objects and decision is taken at the runtime.
.jpeg)
-
If any event fired on a DOM element it will also fired on all of its parent element which is called the event bubbling. So, the element eve...
-
If there is multiple implementation of an interface then we need to specify which one's implementation will use. For that reason we need...
-
N.B- we can iterate an array using foreach and map in javascript like below- var arrays = [1,2,3,4,5]; //foreach arrays.forEach(function(cu...
No comments:
Post a Comment