I have an array like this: [link1,link2,link3] But I want it like this: [uri:link1,uri:link2,uri:link3] Please guide me over this. Thanks.
I Want to copy an array from a text file and make another array equal it so local mapData = { grass = { cam = "hud", x = 171, image
From a theoretical perspective, I'm interested in learning how one would correctly describe a numbering system that starts counting from x at the y position in
I have an array of object need to show hide based on filter like below: HTML CODE: Filter: <div (click)="filter(1)"> F1 </div>
I want to push an 2d array into the end of a state. But somehow, when i log the state every time it changes with a useEffect, i replaces every existing array wi
Currently I am trying to solve the following problem: Ratiorg got statues of different sizes as a present from CodeMaster for his birthday, each statue having a
I get the data from the API as follows: [ { "GroupA1": [ { "code": 10, "name": "item1" }, { "code": 11,
I'm sorry if my question is stupid, I'm not a programmer, but I'd really like to write a tool to help me generate color gradients. Until now I've had this huge
nested json structure Json Structure: { "id": "30080", "dataelements": { "Name": "abc", }, "children": [ {
Suppose I have an object with a static set of keys, and then a type specifying a subset of those keys as a static array: const myBigStaticObject = { key1: ()
I am using a knockout computed function to update a list with a filter based on inputs from user. This list has some predefined data, and when the filter is app
I would like to generate a binary array (values are 1s and 0s) filled with rectangular regions. Something like this: a = np.array([0, 1, 1, 0, 0] [
I've got a problem to insert a random array element into the DOM. I want it to only do it once for each array element but the code keeps fetching the element in
#include <iostream> using namespace std; struct stud { char name[10]; int id; }; int input(stud a[], int size) { for(int i=1; i<=size; i+
The question is to distribute candies to N children.Each child has a rating. Distribution should be such that each child have at least one candy and children wi
im having trouble with a project which requires me to make a picture box inside of an array disappear when i click it, but for some reason, im having trouble ge
This is the function i run on OnChange in AvField let selectedFieldArray = [] const templateValue = (e) => { const fieldObject = { "id": e.target.
I try to put on stack the values contained by array_output but every time I print the values from the stack it prints just 0s. If I try to print the array simpl
I am trying to solve the Leet Code challenge 14. Longest Common Prefix: Write a function to find the longest common prefix string amongst an array of strings.
I have an array of javascript objects like: const arrayData = [ { name: "campaign 1", date: "2022-05-13", milestones:[{name:"Planning", targetDate: "2022-05-25"