Subscribe to:
Post Comments (Atom)
Element of a good table (Ref: Database design mere mortals by Michael J. Hernandez)
Elements of the Ideal Table: It represents a single subject, which can be an object or event that reduces the risk of potential data integ...
-
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...
-
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...
-
'var' is function scoped but 'let' and 'const' are blocked scoped . example- //ES5 function driverLisence(pas...

No comments:
Post a Comment