I am new to building with esbuild and can't seem to get a script that can watch and rebuild my files working. I also need to get this working in docker. In my p
When I set in my browser a language variation, for example: English (United States) / en-us. The i18next library doesn't detect that variation and just loads th
In my code below, I want to get the country location of a user, using google geocode API. The country variable is set after the axios function is called. Howeve
why does my code not calculate an average score when entering "-1" into the console? It comes up at 0. It's a part of a loop exercise, so I'm sure there are fas
I know this question has been covered many times but my requirement is different. I have a list like: range(1, 26). I want to divide this list into a fixed num
I have an array containing rows of associative data. $array1 = array( array('ITEM' => 1), array('ITEM' => 2), array('ITEM' => 3), ); I hav
I have written a python program to fetch queries from an excel and print the output in an CSV format. The code is working fine if i run the queries sequentially