Apr 7 · 5 min read · Have you ever tried casting an object instance to a string in JS? It could have happened by mistake or be intentional, but I can almost guarantee that the result of the operation was a [object Object]
Join discussion
Apr 1 · 6 min read · Every function you have ever written is a lie. Or at least, that is what a mathematician would say if they looked at most production code. In mathematics, a function has a strict definition: a relatio
Join discussion
Mar 31 · 1 min read · We know that memory is used to store data and there are 3 types of memory we use in daily life: 1)Cache memory:- which is used to store frequently used data and it is present close to the CPU. 2)Main
Join discussion