Skip to main content
Advice
1 vote
8 replies
130 views

Found this code exercise on W3R. Been trying to figure out the relationship between the outer and inner loop (i and j), but can't seem to wrap my head around it. If anyone could walk me through this ...
Stanislav Matveyevich's user avatar
Advice
2 votes
4 replies
66 views

I need the native pinch-to-zoom gesture in mobile browsers to behave like true browser zoom: when the user pinches, media queries should reevaluate and the layout should reflow. At the same time, the ...
leteli's user avatar
  • 1
-3 votes
3 answers
160 views

This is a incomplete website design I have been working with. The problem is when I reduce the width of the browser the triple dash appears but for some reason the checkbox becomes unclickable. I ...
Kraker's user avatar
  • 35
2 votes
2 answers
118 views

Always I reload any page happens a quick flash that changes the entire system to dark mode and comes back again, but really quick. Before, this was happens also on dark mode too, but I could fix it ...
Samuel Franklin's user avatar
1 vote
3 answers
193 views

I have a simple HTML page with an input element: input { outline: none; } input:focus { outline: none; } input:focus-visible { outline: 1px solid black; } <input /> My goal is to remove ...
user20042604's user avatar
Advice
1 vote
2 replies
113 views

How would I go about, in an HTML webpage, having a random file in a specific directory be selected in a src? My intent is to have a randomized audio file autoplay whenever I open any webpage on my ...
utternovice's user avatar
0 votes
3 answers
104 views

In Scrimba's "Data Structures and Algorithms" course, in the lesson called "Challenge: Palindrome", the teacher analyzed the space complexity of the following program as O(n * k) (...
corsair83's user avatar
4 votes
3 answers
57 views

I have an SVG map with countries having both path and text elements. The elements are enclosed in a group with an ID, like this: <g id="RW" ><title>Rwanda</title> <...
Ed S.'s user avatar
  • 155
3 votes
2 answers
72 views

I am trying to understand how to make a web component with attributes. There is 2 problems I don't understand in the following code: The div with the text 'the style of class is not applied' doesn't ...
Ant's user avatar
  • 319
-6 votes
0 answers
229 views

How do I force Google Translate to translate text inside <code> tags on my webpage? I read online that the <code tag can be replaced with a <span tag and then reverted after allowing ...
Baangla Deshi's user avatar
-4 votes
4 answers
113 views

I’m trying to select multiple <p> elements in my HTML using querySelectorAll, but it’s not working. Here’s my code: <p id="ss">Paragraph 1</p> <p id="ss">...
SAHIL SINGH RANA's user avatar
Best practices
0 votes
3 replies
73 views

I am planning to implement pagination into my project for my data from Supabase, I had the idea that since there are different parameters (such as search text, page number, filter) that I should use ...
1million_ naira's user avatar
-1 votes
1 answer
123 views

Given two arguments, a Date object and a string timezone, I want to print a JavaScript Date in this specific format: 5/13/2026 at 18:52 CST How can I do it? The closest I got was this: const myDate = ...
Saqib Ali's user avatar
  • 12.8k
4 votes
1 answer
239 views

I'm seeing this error in the Metro terminal immediately after my Android build finishes loading: TypeError: Cannot read property 'getConfig' of null js engine: hermes There is no stack trace — this ...
Ian Ross's user avatar
Advice
1 vote
3 replies
71 views

I am super new in javascript and playwright. I encountered below error when trying to run my code. Cannot read properties of undefined (reading 'goto') This is my code. exports.LoginPage= class ...
AizuddinAzman's user avatar

15 30 50 per page
1
2 3 4 5
9