All About "Lets ,const and Var In JS"๐ค.
unlike other languages, javascript is a dynamically typed language. Dynamically-typed languages are those where the interpreter assigns variables a type at runtime based on the variable's value at the time. " MDN" which means we don't need to speci...
Feb 14, 20234 min read45

