© 2022 Hashnode
#variables
Static typing Static typing is explicitly pointing out types of variables at compile time. Languages that are statically typed make you declare the types of variables before you can use them. Consider…
Hello All, Welcome back here. In Last Episode we have seen a bit details about what is javascript and why it is. Today we are going through a lesson inside the Javascript. Yeah Let's Just Sit Back Read Back and Enjoy. Well, Yes. We All cam…
We all at some point in time got confused to using the appropriate keywords in redeclaring a variable. If you are or have been in this situation, congratulations!! because you are following the same f…
Swift is one of the programming languages for iOS, macOS, watchOS, and tvOS app development. In this article, we will discuss variables and constants in Swift. In this article we'll discuss: Constant…
Why is it needed? If you have been following web development for some time you would the hype around CSS Custom Properties. So let’s see Why So Hype ??( read in Heath Ledger Joker tone 😜) We all ar…
Accompanying Youtube Video Tutorial " data-card-controls="0" data-card-theme="light"> Playlist Link -> %[https://youtube.com/playlist?list=PLgaxXvvBxTyHii9WD1WL8TjMUOtX4iIF-] 1. Introduction Variables are extensively used in any software de…
Introduction In JavaScript, you might have seen the variables being declared using the keywords var, let and const. This can be confusing to understand when to use each or how one is different compare…
Introduction: var, let and const are the keywords in JS used for declaring variables and functions. 'var' is the only keyword which has traditionally been part of JS since it's inception, where as keywords 'let' and 'const' were introduced …
Hello everyone, hope you are all doing well. My name is Surya L, and the aim of this blog is to teach you all about Difference Between Var ,Let and Const variable in JavaScript. There are 3 types of V…
We have all, at least, come across this question or have silently asked ourselves and most probably ended up with a murmured answer. Well, today we are going to answer the question and settle our doub…