Subscribe to:
Post Comments (Atom)
Javascript module
JavaScript Modules (ES6) let you split code into multiple files and reuse code cleanly. Main keywords: export → make something available...
-
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...
-
Lets see a practical example- POJO: public class Student{ private String firstName; private String lastName; public Student(String firstName...
-
Constructor is the blueprint to create object .Here person is the constructor from which we can create objects. jane,mark and john are the...
No comments:
Post a Comment