const onGoogleLoginFailure = () => { console.log("failed"); }; const onGoogleLoginSuccess = useCallback((response) => { const idToken = re
When I try to run JavaDoc in android studio I am getting several similar errors. 18 in total. One of these I have pasted below. Can someone please help me fix t
I am very new to programming in general, but excited about what I've been able to do so far for work projects. I'm wondering why in the program below, the varia
I am looking to manipulate the DOM of a page and in one area I need to return the below: <p class="styles_label__gDrbZ"><span><a href="/philadelp
I have created a .gitignore file and added node_modules and .env on it . node modules file is being ignored but .env file in not being ignored in github.
I have a .txt file with the names and information as below John, 87, 64, 72, 79, 81, Yes Steve, 32, 45, 29, 37, 34, No I am trying to read from the .txt file an
I have a large file "abc.csv" of size 300MB and I need to send this file as an attachment through mail using unix command but the file is of huge size, I want t
I'm new to front end (vue). Would love to hear some feedback I have a video playing on loop. It works fine if the url is good. But if the url is not found, I wa