GMGodswill Mba Einmba.hashnode.dev·Feb 20, 2024 · 8 min readJavaScript tricks: Array and ObjectsHave you thought about what the recent tricks in JavaScript you could add to your programming skills that would help you write more concise and clean code? Then I have something for you; it helped me write good code, reducing the amount of code I nee...00
GMGodswill Mba Einmba.hashnode.dev·Feb 20, 2024 · 7 min readJavaScript HTTP Request with AxiosAs a frontend developer, you’ll most times be required to show content on your webpage which is either stored in a database or a third-party API. To do this, you’ll need to make an HTTP request to reach out to that database/API to get the data, and t...00