I would like to connect with the Stripe API using a https call using the https library. var https = require('https'); I have gotten the secret key and publis
I've added a random date param to my CSS and JS files in order to "cache-bust"... HTML (head) <!-- STYLE --> <link href="assets/css/style.css" rel="s
I have a sticky header which utilizes IntersectionObserver to gain a class when stuck, which then hides a few elements and reduces the size of the logo. Of cour
I am facing an issue in my Quasar app with regards to browser refresh and Firebase authentication. After a user logs in and then clicks on the browser refresh,
I've been talking to some professionals who work with JavaScript in a company, and I've been told that it isn't a good practice to create an object instance usi
I'm trying to write a test that goes back in a calendar to look for a specific date to click. I have come up with an IF statement that should loop to the next m
I try to register pg-promise as hapi plugin. However, the following error occurred. TypeError: Cannot read properties of undefined (reading 'name') at interna
A group of volunteers has created a single/multi-select component using StencilJS: https://github.com/NothingAG/adg-components Now we want to hand it over to th
An upcoming feature of the Windows Terminal preview is that it has full emoji support: Compared to: In Node.js, how do I detect if I'm running in a termin
Goal: I have a page that I need to get html from after first clicking something on the page. Issue: The html that comes back is not waiting for that element cli
I am trying to use routing for the first time and followed the exact instructions from Udemy: File App.js: import { Route } from "react-router-dom"; import Welc
I am trying to write some automated tests with the Firebase client sdk. These tests are supposed to use the Firebase Auth Emulator. In order to avoid screwing u
When using ElvWalletClient.Item({"x":"1","y":"2"}) from import { ElvWalletClient } from "@eluvio/elv-wallet-client"; I receive the following error eluvio_elv_
I'm encountering unwanted behavior when using JQuery's $.on("click", function(){}); on touch devices. This is my code below: Code: $(".team").on("mouseover",
How do i check that a given word is an isogram with pure javascript, using a function. the function must return true or false. An isogram is a word with a repe
Goal On mobile Safari, when the virtual keyboard is open, the screen should render like this image: where: The navbar and the input are fixed in place The list
I tryed to create new project but this happen , I update the core as they said here How to update core-js to core-js@3 dependency? but also no thing help me I
I'm making a program in quasar framework (who works on vue and can be compiled on mobile by cordova). And i'm having some issues to run it on mobile. here's the
My apologies if this is a very simple question, but how do you use google material icons without a <link href="https://fonts.googleapis.com/icon?family=Ma
I have project with nested custom elements. Now I need to vuex & vue router. How I can use this packages from root custom element and then use in all child