Understanding Null in JavaScript: A Primitive or an Object?JavaScript is full of quirks, and one of the most puzzling is the treatment of null. While the official ECMAScript specification defines null as a primitive value, using the typeof operator reveals a surprising result: it returns "object". This appar...Aug 6, 2024·2 min read
Have you ever wondered why a green lock icon appears on your browser URL bar? And why is it important?Why do we need HTTPS? HTTP (Hypertext transfer protocol) We need HTTPS for 3 reasons. Privacy, integrity, and identification. Reason number 1: Privacy. Let's talk about privacy first. Let's say I am sending a message to my friend. Oh no! The message...Feb 4, 2023·2 min read