What are the different development environments in which we can write, test and deploy our solidity smart contracts? Keep reading this thread🧵 to find out!
Yesterday, I finished day 50 of the #100DaysOfCode challenge. Looking back at my journey so far: a thread🧵 where I talk about the motivation, the resources, the communities I joined, learning by doing and much more!
1) I made this account in Feb 2022 because I was convinced by @kunalstwt to do so. He also made me (and I suppose many others) realize that competitive programming (not DSA, different things) is overrated as extraordinary efforts are required, even for achieving ordinary results
There are three ways of declaring variables in JavaScript: by using
1) the "let" keyword
2) the "var" keyword
3) the "const" keyword
But, how are these three different? Keep reading this thread🧵 to find out!