I'm working on a react js app and I need to access an image file which I put in another directory. here's the folder structure: I'm calling the image from AddU
I am trying to use logging when try fails. I have a for loop for converting a string of date into datetime format. For example, converting "03/05/2021" to 2021-
I am calling a streaming api http://dummy-streaming-api/customer-details which accepts post requests and sends some data. It does not require any request body.
Starting off with a bit of background information, i have 3 models - Course, Pathway, Module. Course HAS-MANY Pathway Pathway HAS-MANY Module Course HAS-MANY-TH
i want to check i an array contains the elements of any sub array, i.e. array1 = [10,11,12] array 2 = [[10, 11],[20, 21],[30, 31],[40, 41]]; array1 will be chec