๐ Day 8๏ธโฃ / 3๏ธโฃ0๏ธโฃ days of basics in JavaScript series
โ What is variable / identifier declaration?
โ What is variable initialization?
โ What is the variable assignment?
#javascript30
Let me explain!๐งต๐
โ What is variable / identifier declaration?
โ What is variable initialization?
โ What is the variable assignment?
#javascript30
Let me explain!๐งต๐
๐ What is variable / identifier declaration?
โ It is the name of the "bucket" which stored "water"
โฉ bucket = memory
โฉ water = data or value
โ Or, variable declaration means naming of the variable.
โ Or, the name of the storage location.
โ It is the name of the "bucket" which stored "water"
โฉ bucket = memory
โฉ water = data or value
โ Or, variable declaration means naming of the variable.
โ Or, the name of the storage location.
๐ What is the variable assignment?
โ That means storing "water" in a "bucket" using a "tool"
โฉ tool - operator
โ Or, storing a value using the assignment operator.
โฉ assignment operator -> ( = )
โ Or, you can set the value to a variable using an assignment operator.
โ That means storing "water" in a "bucket" using a "tool"
โฉ tool - operator
โ Or, storing a value using the assignment operator.
โฉ assignment operator -> ( = )
โ Or, you can set the value to a variable using an assignment operator.
๐ That's all for now, we will meet in the next thread!
But if you like make sure to:
1. Follow me @ATechAjay
2. Retweet the first tweet.
3. Turn on the notification to never miss these amazing tweets.
Thank you so much for staying to the end of this thread.
But if you like make sure to:
1. Follow me @ATechAjay
2. Retweet the first tweet.
3. Turn on the notification to never miss these amazing tweets.
Thank you so much for staying to the end of this thread.
Loading suggestions...