VEVictor Ezeinveektoor.hashnode.dev·1d ago · 8 min readWhat Does Cookies mean in websites? And How they FunctionAccording to a survey by All About Cookies, less than 40% of adults feel confident they understand what internet cookies are and how they function. Roughly 24% of internet users blindly accept cookie 00
VEVictor Ezeinveektoor.hashnode.dev·Jun 10 · 10 min readHow to Create JavaScript Shallow Copy vs Deep Copy: A Beginner's GuideWhen learning JavaScript or any other programming language, you must have come across the statement that primitive data types are immutable and non-primitive data types are mutable. This article will 10
VEVictor Ezeinveektoor.hashnode.dev·Apr 1 · 2 min readHTML DOCTYPE: WHY IT IS IMPORTANTWhen working with HTML, you will often declare the DOCTYPE at the beginning of an HTML file. In this article, you will learn about what HTML DOCTYPE is, and HTML DOCTYPE syntax. You will also learn ab10