I have the function onfocusout() that runs another function selectEntite(), inside an input like the following code : <input onfocusout="selectEntite();" ty
I've been trying to solve this challenge (found at jschallenger.com): Write a function that takes two strings (a and b) as arguments Beginning at the end of 'a'
Greetings, I need some help again. I am creating a simple webproject and I want to share it with my friends. I just want to know, It's possible right? "How can
I am building my first react app and not sure about front end security. I am making a call to the following third party library: emailjs.sendForm(serviceID, tem
//PrivateAuthComponent.js import React, { useEffect, useState } from "react"; import { useSelector } from "react-redux"; import { useRouter } from "next/router"
Suppose there is a list in my Realtime Database such that it has a user list at location userList as: user1: { age: 20, name: john } user2 : { age: 40, name: s
I am beginner web developer. I make my first project in Vue. I make form with files upload in vue 2 and laravel. My full code: View: https://pastebin.com/QFrBfF
I'have currently a problem to create and to send an archive from a node.js server. In fact, i succeeded create an archive with 5 csv files on the archive but wh
I have a video player (jsmpeg player) that opens up a websocket to a server to play live video. The way the video server works is that it counts the number of c
If I have a table in which I want to react to table-cell events, is it better to put the event on the table-element and handle cell specific events with the hel
I have one component Details where the routes for other child components is there. What is happening is that when I route to any other child component then the
I am trying to get a video from my webcam. My code is working in Firefox and Microsoft Edge perfectly but not working in Chrome. I also host my code on an HTTPS
I faced an unclear behavior in the Playwright 1.18 toBeVisible() expectation. Here is the test row: await expect(this.page.locator('.top-row .close i')).toBeVis
I am using pagination middleware in my node js project but while testing api in postman it's throwing error skip value Followed the paginate docs but still no u
This is error that i am getting in my javascript console: An error occurred while retrieving token. DOMException: Failed to execute 'atob' on 'Window': The str
I'm getting "Cannot find declaration to go to in" message when try to Ctrl + click the path of an imported module This message shows up if the path contains "@"
Whenever i create a new document in sanity using 'createOrReplace'. It successfully creates the document, but however it doesn't show the newly created document
I have the following simple component that used React Native Stylesheet up until now, but right now I'm trying to move onto Styled components. I'm just a bit co
I'm having a screen like this But it look actually not so good if the title or author is so long, so i wonder how can i set maximum of text line to fixed numbe
Error is: Invariant Violation: view config getter callback for component 'div' must be a function (received 'undefined'). Make sure to start component names wit