Episode

Demo: Data types in JavaScript [16 of 51]

While JavaScript is a weakly typed language, it still stores the variable type (such as number or string). We'll walk through the concept of what a weakly typed language is, and how the system works in JavaScript.

#JavaScript #Beginners #Tutorial #NodeJS