DMGreat article! ๐ Just a small typo - a()()()(); in the first snippetCommentยทArticleยทApr 8, 2023ยทClosures and their power in JavaScript
DMThis looks awesome. Looking forward to the future releases ๐ฅณCommentยทArticleยทFeb 28, 2022ยทProductiview - Get productive and stay on the track
DMLove these type of small interview series posts. Keep posting such questions. Good work :)CommentยทArticleยทJun 28, 2021ยทLocalStorage wrapper with expiration
DMSumanth S Yes I know tthe point that this header is required to enable CORS. But, It is a third party api and they have not added this header I guess. But how am I able to access it with anchor tag then??ReplyยทArticleยทMay 10, 2021ยทWeb Security: Cross-Origin Resource Sharing (CORS)
DMI faced one issue related to cors some days back. When hitting an api with axios, I was getting <No Access-Control-Allow-Origin> header present on the server but I was able to make a successful call when hitting it with anchor tag. Any idea why??CommentยทArticleยทMay 10, 2021ยทWeb Security: Cross-Origin Resource Sharing (CORS)