#javascript
Read more stories on Hashnode
Articles with this tag
Build DApps that scale using Web2 languages ยท Two years ago, I used to think that, to build my own crypto app I will have to learn a new language like...
Can you tell me what this code is doing? function convert( amount ) { return amount * 100; } You may say it is multiplying a number by 100. But...