Adobe Experience Manager Series: 1Adobe Experience Manager (AEM) is an advanced content management system. It’s part of a suite of products that under Adobe’s content…Jun 18, 2021Jun 18, 2021
What does JDK mean? Why is it important?If you are learning Java, you have to install the JDK (Java Development Kit).Apr 21, 2021Apr 21, 2021
How to create an instance of a class?A simple way to create an instance of class. Like soApr 20, 2021Apr 20, 2021
Javascript’s confusing “Prototypal inheritance”In Javascript, if you would like to extend an object, you can do it by using “__proto__” property on a js object.Feb 12, 2020Feb 12, 2020
When can I use “switch case” statements?When you have to compare a single value against many different values and then perform different actions based on the value.Feb 9, 2020Feb 9, 2020
How to smartly use Array.length to your advantage?Array.length() can come in handy outside of just getting the length of an array. Sometimes, we want to check if there are any elements in…Feb 2, 2020Feb 2, 2020
How do I use arrow functions?Arrow functions help us reduce lines of code for writing a javascript function expression.Feb 2, 2020Feb 2, 2020