NSNisha Seninnishasen.hashnode.dev·Jun 4, 2022 · 3 min readPromises in JavaScript and its methodsA promise is a JavaScript object that represents the eventual completion of an asynchronous operation and resulting value that it returns. Promise lets the asynchronous operation return a value not as the same point but sometime later in future. It c...00
NSNisha Seninnishasen.hashnode.dev·Jun 4, 2022 · 4 min readGlobal Execution Context in JavaScriptJavaScript is one of the most interesting language one can come across. It is one of the most hated and also one of the most loved languages of the world. It is so because though people find it difficult to understand, it is also very interesting. In...01S
NSNisha Seninnishasen.hashnode.dev·Jun 4, 2022 · 3 min readNullish coalescing operator (??)Hey everyone, While learning about JavaScript I came across a very cool feature in it. It’s called Nullish Coalescing operator. Does the term look so difficult, I felt that too while I came across it. I felt like this might be a very difficult concep...00