HSHarshit Sharmainsilvercode8.hashnode.dev·Apr 30, 2023 · 2 min readSet-Map in JavaScriptThe set is a collection of unique values in javascript. That takes values individually or in the form of an array. The data type of Set is an object. Example :const set1 = new Set(); // set constructionset1.add(1); // adding an element in setset1.add...00
HSHarshit Sharmainsilvercode8.hashnode.dev·Jan 16, 2023 · 2 min readEra of Web DevelopmentWeb development has come a long way since the early days of the internet. In the past, creating a website was a complex and time-consuming process that required a lot of technical expertise. However, with the advent of new technologies and tools, it ...00