Harshit AnandFunction Jargons in JavaScriptThere are lots of terms associated with Functions in JavaScript. Although we are using all of them in our code on daily basis we are still…Aug 7, 2021Aug 7, 2021
Harshit AnandUnderstanding JavaScript ClosureI started learning JavaScript a few days back. After learning the basic syntax of JS, I switched over to the most popular course on…Aug 6, 2021Aug 6, 2021
Harshit AnandStrings are immutable in Java. What exactly does it mean?First, let us understand the meaning of the word “immutable”. Immutable means something which can’t be changed with time. In JAVA, strings…Mar 16, 2021Mar 16, 2021