Software Engineering Compare String in Java using ==, equals() and equalIgnoreCase() In Java, we can compare String using ==, equals() and equalIgnoreCase() and each has different results. We have explained it in detail in this article.
Software Engineering Constructor in JavaScript In this article, we looked into creating objects in JavaScript using constructor. We used examples to show how to add methods and use new and this keyword