Articles in this series
Explaining Call Stack To A 5 Year Old For example, let's say you're playing a game on your computer. The computer needs to keep track of all the...
According to google datatype is a particular kind of data item, as defined by the values it can take, the programming language used, or the operations...
Value Types In JavaScript, a value type is also referred to as a primitive type. These are the most basic data types in the language and...
Today I was a bit confused by the topic chosen for the day. I kept wondering what is implicit, explicit and most of all Duck Typing. The more I...
In yesterday's lesson, we covered the concepts of Implicit, Explicit, Nominal, Structuring, and Duck Typing in JavaScript. We delved deep into each of...
For the last 5 days, we have covered 5 topics in JS that are important for every developer to know. If you are new here you follow this link JS30IN30...