ASaman sharmainamancjinc.hashnode.dev·May 20, 2022 · 2 min readAuthentication Vs AuthorizationIntroduction Authentication and Authorization are the two words used in the security world. They might sound similar but are completely different from each other. Authentication is used to authenticate someone's identity, whereas authorization is a w...00
ASaman sharmainamancjinc.hashnode.dev·May 20, 2022 · 3 min readJavaScript :[call(),apply(),bind()]Introduction We were introduced to the this keyword. It took us a little while to get comfortable with the this keyword, but once we did we began to realize how useful it is. The value of this is determined by how a function is called (runtime bindi...00
ASaman sharmainamancjinc.hashnode.dev·May 19, 2022 · 4 min readCore Types In TypescriptIntroduction Typescript adds additional syntax to JavaScript to support a tighter integration with your editor. Typescript helps in catching errors during compile time itself where as javascript shows error during runtime. Typescript is basically a s...00