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