A newbie in web-dev. Believe a little improvement every day goes long way.
CryptoZombies chapter 1 learning notes This is a learning note of Solidity for myself, so it's not well written and organized. Some text are directly copied from CryptoZombies as it explains better than I do. If you are wondering what is CryptoZombie...
If you are a newbie like me, I have two questions for you: When you first learnt HTML, CSS and JavaScript: How did you use Roboto from Google fonts in your page? Probably via a <link> tag in index.html, or an @import statement in the CSS style sheet...
Problem: I tested my async function that fetch data from a url, it works correctly. But it doesn't return the fetched data, why? Consider a simple example in code-block-1 that fetch an array from url. // code-block-1 // App.js const url = "https://...