Skip to content

javascript: Display different color circles in different sizes

I have a homework assignment that asks me to print two alternating circle colors with different sizes. The end-result would look like this: Right now, I am struggling to print the blue color circle on top of the red color circle and this is the code, i have written: I am having trouble with the last block of …

Unable to remove data from json file on disk

I’m unable to find a way to remove whole line of JSON data(line) after it’s used. For some reason delete is not working or rather said not doing anything. .JSON code The goal here is to select random code, which is done but then I need to remove it from .JSON file so it won’t repeat. I tried…

D3.js rect no display on chart

I started the D3.js challenge on FreeCodeCamp, the problem is that I solved it with the chart but it only gives me a display on the rectum, only one with the width and height that it I put, I’ll show the code below. The entire code on Now, what I need to do to display the charts! I mention that

Get a value from a multidimensional array

I have a multidimensional array as follows: In my form the user would input a weight. What I am trying to do is if the weight is equal to or below the number in the weight part of the array that the corresponding rate is assigned to a variable. Am stuck on how to do this. Any push in the