what's happening I can't understand,when I try to edit my education and experience on the profile section ,it's showing error sign ,please someone help !
Day 15 of learning python as a beginner.
Topic: Error Handling.
A lot of amazing people have suggested me that I should learn error handling in order to tackle unexpected situation which may arise.
I created this basic calculator which can perform
Day 11/21 – JavaScript API Calls 🌐
Today I explored how to fetch data from APIs in JavaScript using async/await.
Copy code
Javascript
async function getUsers() {
try {
let response = await fetch("https://jsonplaceholder.typicode.com/users");
Getting an error uploading my idea to the startup showcase. The app crashes on the review page after 2-3 seconds.
If I quickly try to submit, I get an error message “Oops, something went wrong”.
Could be an iOS thing.