SKSahil Kumarinsahilkumar.hashnode.dev·May 6, 2023 · 4 min readHow to clone an array or object in JavascriptPrimitive data type:For Primitive data types, we do not need to care about copying because when you create a copy, it will be a real copy Like in the above case, we created a variable a, made a copy of it by just writing b=aEven if you make changes ...00
SKSahil Kumarinsahilkumar.hashnode.dev·Nov 13, 2022 · 4 min readSelectors in CSSWhat is a selector? A selector is used to select HTML element and make styling changes to it. Types of CSS selectors:- The CSS selectors are divided into many categories. Universal selector Element selector Class selector Id selector Chained se...00
SKSahil Kumarinsahilkumar.hashnode.dev·Nov 6, 2022 · 4 min readIntroduction to web, live server and HTMLIn this article we are going to start with web and Internet . Then we will move to HTML and live server. The World Wide Web which is a portion of the Internet consisting of pages that can be accessed by a Web browser, is more commonly referred to a...00