How to resolve duplicate link text issue in a web page? How to make ‘read more’ links accessible friendly ? How to make screen readers…
Comments closedAuthor: satz
Enterprise app experience development is more challenging with increased need for standard compliance certification for web accessibility, usability and ergonomic standards. Creating a robust, easy…
Comments closedHow do we differentiate between ‘null’ and ‘undefined’, in JavaScript? what do ‘undefined’ and ‘null’ have in common? Read on to understand.
Comments closedJavaScript has dynamic types, hence a single variable can be used as different types. There are 7 native types in JavaScript.
Comments closedHow does the inheritance work in JavaScript? Is there multiple inheritance support in JavaScript? JavaScript inheritance explained in simple terms.
Inheritance is one of the OOP features in the JavaScript. JavaScript utilizes the built-in prototype property to get the inheritance implemented. JavaScript allows us to associate a prototypical object with any constructor function.
One of the easiest ways of defining an Object is using a constructor function. Object Constructor function helps to create different instances of an object using the same function.
Comments closed