first question i post here. I'm learning js and trying to do some APIs for a college project. I have the body of the API that passes a JSON object like that:
I have an assignment that asks me to create a Basic calculator, by taking an input from the user in one expressions as in "4 - 1" or "5 + 3", and I need to chec
I want download file from server and i want download this in background such as service. My codes is : public class MainActivity extends AppCompatActivity {
I found a snippet of SCSS that I'm trying to use. It contains CSS vendor prefixes that I'm unfamiliar with: ::-webkit-slider-runnable-track ::-webkit-slider-t
I am trying to setup supertest with jest and MongoDB InMemory Server, I've setup everything but I am unable to close my Mongoose connection. I believe that the
Is it possible to produce a line break in the expression() function? The text in bold needs to be broken into at least 2 sentences. plot (DAC~Chlo, data = bra
Using React & Axios. My post request response is an array of arrays, the second element of nested array is string I am trying to load onto a div through usi
I'm trying to create an animation, where the text appears in the screen and have the option to delay the animation using a timeout. The strange thing is, when t
I use rtk query and I want to pass header authentication for all of request except refresh token without header and this is my code is there a way to have condi