MRMahak Ranainmahak810.hashnode.dev·Jun 18 · 3 min readTCP vs UDP: When to Use What, and How TCP Relates to HTTPWhat are TCP and UDP ? tcp and udp both are networking protocols ,they both are used for the transmission of data over the internet however they working and uses cases are different . let's learn abou00
MRMahak Ranainmahak810.hashnode.dev·Jun 15 · 6 min readTCP Working: 3-Way Handshake & Reliable CommunicationThe Networking protocols we know that for the transmission of data over the internet we have to follow some protocols which are known as the Networking protocols they tell us how data should be send ,00
MRMahak Ranainmahak810.hashnode.dev·May 1 · 3 min readDestructuring in JavaScript :Destructuring is a method in javascript which is used to extract the values from arrays and objects and store them in a variable . it allow you unpack values from array or property from object into di00
MRMahak Ranainmahak810.hashnode.dev·May 1 · 2 min readUnderstanding the this Keyword in JavaScriptWhat this represents this in Javascript is a special keyword which refers to the current execution context it is used it . in simpler words this behaves according to the situation in which we used i00
MRMahak Ranainmahak810.hashnode.dev·Apr 24 · 5 min readUnderstanding Objects in JavaScriptIn this article we are going to do a deep dive in javascript objects , its properties, method to access , update , delete its properties , also we will see how to do looping over Objects what are obje00