I have this json file- [ { "symbol": "AAPL", "quantity": 100, "tradeType": "BUY", "purchaseDate": "2019-01-02" }, {
I was trying to return a TRUE or FALSE value (to be used for conditional highlighting) to see if a pair of cells match another pair of cells (important that it'
I want to make my Discord bot send a message on startup using the Discord Message Builder, but .sendAsync() requires a DiscordChannel entity. All the guides I'v
I have array of objects which i use to list values in page with map. But from time to time i recieve this error. Warning: Each child in a list should have a uni
in automate i have a flow. I am using "When keywords are mentioned". the keyword i entered is "test" I Selected, the team,channel,etc... all correctly. when so
I'm trying to configure my project to use absolute imports, so I have configured jsconfig.json as follows: { "compilerOptions": { "baseUrl": "./src",
I am trying to create a virtual shop and I want to make every row of products have four items on a large screen, three in medium, and two in smell. My problem i
How do I return the last element in an array? I thought this function would work, as it worked for a similar function that returned the first element. int END(i