is not updated in console
i = 0 prints 0 [1,2,3] arr[0] = 0 i = i + 1 = 1 i = 1 prints 1 [0, 2, 3] arr[1] = 0 i = i + 1 = 2 i = 2 prints 2 [0, 0, 3] arr[2] = 0 i = i + 1 = 3
Hi Guys, I need one suggestion. I have a usecase where i need to store user's time spent on page. (this is ignoring idle time, i have made javascript code to get timings). I ...
Backend Stripe guys, what’s the usual flow for your integration Is it to create payment intent, store in db then wait for webhook to get triggered?
Friends, where can I get web design projects?
https://mpesawatch.site/ref/getbonus?s=tg **🔥 AMAZING OPPORTUNITY!** **MpesaWatch** - New earning platform 🎯 **Earn Money Watching Videos!** 🎥 • Get $1,200 welcome bonus • Wa...
is CSS actually capable to target web components that didn't render their shadow DOM yet? 🤔 Would be one way of applying skeleton styles
import React from 'react'; type NewData = { name: string; value: number; color: string; }; export default function Towers() { const data: NewData[] = [ { name: ...
Hi, Im a frontend developer and have about 2 years experience. Im starting backend development by nodejs & express these days, actually mern stack, but some developers tell me...
is the "white screen flashing" actually avoidable with current browsers when System is set to dark mode and CSS/JS is still loading?
Anyone working on local-first apps? I'm curious what others are applying it too. And what approach are using to keep states in sync, handle offline etc
How can I find the specific TypeScript types to use with libraries like React Router or Redux, for example for features like the LoaderFunction in React Router, when the docum...
Обсуждают сегодня