This is my logic. I wrote function for counting the no. of occurrences of each letter in a string. But this doesn't work correctly. Correct me. void countChar(c
I have this code for a class where I'm supposed to use the reduce() method to find the min and max values in an array. However, we are required to use only a si
I'm trying to pass my plan object to a child component, to populate my modal. The console log is showing the prop object being passed correctly, but when I cal
I am currently fetching(https://data.ssb.no/api/v0/dataset/49678.csv?lang=no) in javascript. I havent had any problem with fetching other sources so far but now
I have a main class where I have a CardView and one add button. On clicking add Button, we can add a cardview below. How this works is basically that I have inc
I'm looking to change the value of a key in a json file Example: "House":"sample.house.city" Need to change the word "sample" to something else. I can do this
I'm currently learning to use Tkinter library in python, so to do that, I decided to do a few projects using it, right now I'm trying to make a digital clock us
I have a container that has a partition key made up of two fields. Neither of them is 'id'. In this example it is FormId and Version. I am calling a function th