Skip to main content
Filter by
Sorted by
Tagged with
Advice
1 vote
3 replies
68 views

I don’t really understand MDN’s explanation of it. I am trying to understand the JavaScript Array.prototype.map() method. I have researched online, but most explanations feel very vague and academic. ...
King是太阳's user avatar
0 votes
0 answers
21 views

When the accessibility module is included. If you have the markers enabled set at the data point level, for example: {x:1, y:1.61, marker: {enabled: false}} Then the value will be stored as true for ...
user32573723's user avatar
0 votes
0 answers
36 views

I am working on securing a WordPress website that uses Elementor and several plugins. I have implemented a Content Security Policy (CSP) via .htaccess like this: Header always set Content-Security-...
Daaim Khan's user avatar
1 vote
1 answer
73 views

Overview In html, css, and js I made a sidebar that can be hidden with a click. I have tried to make users able to hover their mouse over where the sidebar used to be, and showing a button that could ...
Trying to code's user avatar
-3 votes
0 answers
38 views

I am new to Python and backend integration. i have knowledge about express backend. I have a trained Convolutional Neural Network (CNN) model saved as a .keras file, which predicts plant leaf diseases ...
Souvik Samanta's user avatar
0 votes
0 answers
23 views

When i switch to TypeScript Native Preview constants in my .ts files are not different from mutable identifiers. Code is more difficult to read when there are too many mutable and immutable ...
marigold's user avatar
-1 votes
0 answers
31 views

There are 2 checkpoints about which I will be writing, wrt the user experience of my app Checkpoint 1: after uploading of an audio track and pressing play, and Checkpoint 2: clicking the button which ...
Michael Johnson's user avatar
Advice
0 votes
2 replies
64 views

How can I pause and play a video using JavaScript in my React web project? I'm developing it in VS Code.
ANURUDH KUMAR's user avatar
-4 votes
0 answers
67 views

let a = Number(prompt("type number a")); let b = Number(prompt("type number b")); var o = String(prompt("type operator. Add=addition. Sub=subtraction. Mult=multiplication. Div=division.")....
Fred Nardi's user avatar
0 votes
0 answers
42 views

I am building a VR web app on Unity and using the WebGL platform with the WebXR export. I am not doing much special at the moment except using the WebGLTemplate HTML file to request an XR session when ...
Samson Afolabi's user avatar
3 votes
1 answer
84 views

I am building a multi-page application using Vanilla JavaScript (no frameworks). To avoid code duplication, I fetch a shared sidebar (sidebar.html) and inject it into a placeholder on every page (e.g.,...
Sniper_Ravan's user avatar
-1 votes
0 answers
34 views

I have a minimal Vue 3 application created using npm create vue@latest. The application contains a simple App.vue file with the following contents: <script> export default { data: function(...
user32882's user avatar
  • 6,125
-4 votes
0 answers
80 views

I need to check for an empty string, however the regex doesn't seem to be doing what I think it should. var ele = document.getElementById('theId'); console.log("Length of ele is " + ele.innerText....
user3799810's user avatar
-1 votes
0 answers
41 views

Im using JavaScript Web audio API. The good news is that the filter I created works as expected. The bad news is that my app applies the filter without being prompted. The flow is like this: user ...
Michael Johnson's user avatar
-2 votes
0 answers
62 views

I have an ongoing problem with a project I'm working on. I made an ElectronJS app that I'm going to be installing in the users desktop. This electron app will communicate with an MCP server via Axios. ...
état de choses's user avatar

15 30 50 per page
1
2 3 4 5
168299