I installed v6 of @react-native-firebase, it's working as expected but when I try to run a unit test I get the following error: Jest encountered an unexpected
I am really a beginner. Yet, I managed to toggle an element by adding a button `<button class="togglebtn et_pb_button et_pb_button_2 et_pb_bg_layout_dark">
I have below string - var a = "1,2,3,4"; when I do - var b = a.split(','); I get b as ["1", "2", "3", "4"] can I do something to get b as [1, 2, 3, 4] ?
I have been using Laravel for a while and thus familiar with structured query language, where we just create relationships by assigning foreign keys. Now, I am
Following on from this question about how to host a standard Logic App in a Docker container in App Service. I have started down the same path based on the tip
I am building application like Airbnb and when I want to view certain accommodation object I need to send some JSON data about that object from database alongsi
Please someone help me how to find the error in the code. I can't add an employee to the arraylist using the switch operator. Тhe code does not show any e
I'm trying to write a Firebase cloud function in java script, which sends the email notification on any new change in the Firebase remote conf
I would like to use statsmodels linear regression model, but I have a problem: I get the nex error: Traceback (most recent call last): File "C:\Users\aleks\Py