I have done a lot of research and tried many things, but unfortunately, I haven't found a solution, so I had to ask again. I am working locally on a project and
In a function I have the line: const currentTime = new Date.getTime(); The code compiles just fine. Also, ESLint displays neither warnings or
So I am trying to create this success modal box which looks absolutely fine in Google Chrome but completely breaks in Firefox. Can I please get some help with w
I am creating a HTML web page which contains a sticky navbar with drop down menu. However, when I created one, the dropdown menu does not works in the sticky na
I have a document in which there is a comments array of objects and each object has createdAt property. I want to sort all the comments that are inside the comm
Chartjs 3.6.1; typescript 4.3.5 I would like to draw a vertical line on chartJs, where the user clicked (once). I can draw a line in the chart.options.onClick()
<div class="main-div main-div2"> <!-- IF up to date, main-div3 --> <button id="update-btn" class="btn update
I have a text area that dynamically expands to fit the content inputed. It works correctly on all browsers, as far as I can tell, but on FireFox and Chrome it g
I have a textarea field in a form where I can copy paste (or type) mobile numbers. It will have one number per line, like this I can copy paste (or type) thousa
Im trying to put a graph that can be interactable with main page onto the canvas. ive seen many pages that use this: "#document" being used in
update: I manually changed cnv.width = this.width to 120 and it kind of works. I also found that the image has rendered size and intrinsic size. Width is 35 for
I'm having a firstName and a lastName value inside my state that I need to get from my select to make an API call. But when I try to get the value of the firstN
I am trying to run teh example from here: "https://jsfiddle.net/3b03m5mt/" Apparently, works when refreshing the page. Using this code only in a project that I'
After fetching api which is https://api.hatchways.io/assessment/students doing some steps to create a matching website page. I'm stuck on a step where we have
I am using a spring boot backend with a react.js frontend for a web application. Once a user is logged in, it directs the user to their Profile where they will
What is the reason behind this error? this code I am using to connect to DB. const uri =`mongodb+srv://${process.env.DB_USER}:${process.env.DB_PASSWORD}@cluster
I convert to ArrayBuffer using the function base64ToArrayBuffer but I'm getting an error that says it's not ArrayBuffer and the key is the type of CryptoKey. I
I was styling a button in my react js website and got this error while writing the css for it, actually I was going to animate it after hovering the mouse. its
I want to add the macchines in machine array so I defined a specific component with add function in it. So when I add the "process" in "processes" array then it
I have a collection like this into firebase realtime database: I need to delete the first element (the one that finishes with Wt6J) from server side using fire