#javascript
Read more stories on Hashnode
Articles with this tag
On day 6(link) we dived into the scope of javascript and how javascript variables are visible or accessible in javascript programs. Specifically, it...
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...
For the last 5 days, we covered important topics in javascript you should understand as a developer. This is also part of the series but it also adds...
In yesterday's lesson, we covered the concepts of Implicit, Explicit, Nominal, Structuring, and Duck Typing in JavaScript. We delved deep into each of...
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...
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...