undefined vs not defined vs null ๐ค
In this post, we are going to discuss what is undefined, not-defined, null and their behaviours.
undefined
javascript assigns undefined to any variable that has been declared but not given a value, in other words, undefined acts as a placeholder when...
ashirbad29.hashnode.dev2 min read