I created a web page to compute Dollars and Cents. In our assignment we had a few values that we had to assign such as Pennies = 23; Nickels = 8; Dimes = 34 and
How to sort this map by value? var map = new Map(); map.set('orange', 10); map.set('apple', 5); map.set('banana', 20); map.set('cherry', 13);
I'm a complete beginner to all things HTTP and Websockets. I am trying to figure out how to setup a websocket for this specific example: https://docs.automata.t
I'm working on a small React project using Chartjs. I would like to display a horizontal line to compare with the data. I use the same code that works on CodeP
I have data in which needs sorting into individual sets based on having unique id's per set. For instance I am starting with the below (its actually a pending s
I get datetime state like: "2022-05-18T18:30:00.000Z" - a moment datetime, then converts it to unix. But I do convert it in my local timezone, How do I change t
I have very long array containing numbers. I need to remove trailing zeros from that array. if my array will look like this: var arr = [1,2,0,1,0,1,0,0,0,0,0,
I want to import data in .out text file to an Excel sheet. I may have 10+ output files that are organised in the same way so I want to make a loop. I used Power
When I edit a vertical bar vizualisation in kibana, the histogram colors reset to the default value each time I edit the visualization. Before I click on the ed