This is my code: const func = () => { return ( <div > you're free </div> )} Somehow eslint flags the line "you're free" w
I have written a small program where I am trying to pass a pointer to member function of a class to another function. Can you please help me and where I am goin
I'm trying to create a multiplayer jigsaw puzzle game. My first appoach was to use a <canvas> with a 2D rendering context, but the more I try, the more I
In my application built with HTML and jQuery, I am using an Object element to embed a page that is also from my application within another page. For ease of exp
The app I am testing uses a website-based login. So as soon as you click on the login button in the native app a webview opens up where you can enter your crede
How to delete file programmatically in android java ? I have used the app updater package to download my .apk file but the package did not delete the downloaded
Is it possible to do this? I don't want a a loop that can possibly go on for infinity, and I have experience using for loops in GLSL. However, in Metal, I can