function dropElements(arr, func) { let output = arr.reduce((acc=[], elem) => { if (func(elem)){ acc.push(arr.slice(
I am trying to write a query to search the mongodb database for a specific query and return the associated information here is what I have done so far: In Post:
How can I start PostgreSQL and pgAdmin III in windows without installation. I do not have admin rights in a system. so I need to start the application without i
I need do add a column in the database with false value for all the records in a table(more than 5 millions rows). I've declared the column in the domain class
In SQL Server, I have a table that contains names of doctor's offices (Providers) that I want to return a list of. If any of these office names contain any key
I am getting the error data: { success: false, error: 'Not logged in: Invalid signature' } for /wallet/balances. Interestingly, the same code runs for /wallet/
i am trying to calculate the size of a trade based on a fixed amount of risk.For example i am trying to take a risk of 10$ on a short position and my stop loss
I have run into an issue I do not understand, and I have not been able to find an answer to this issue on this website (I keep running into answers about how to
I'm using custom elements, which are very nice. But I'm facing a problem : When the connectedCallback() function is called, it seems that the node is not yet a