Hey guys, would love your help correcting my regex. I would like the match to NOT include whitespaces, or any other characters prior to the matched digits. My current express...
can someone tell me what is this style of illustrations called? why is this such a common theme lately? and is there a resource to generate this kind of illustration? everyb...
Hey guys, hopefully it's fine asking a regex question here, Could someone please help me correct the regex to avoid including the content of group 1 (.*?) in the matched val...
Hey guys, with react, running 'npm run start' opens my localhost at localhost:3000/project-name but I want it to run by default to the root localhost:3000/ (without project-na...
Hey everyone, (hopefully this is the right place to ask) I have a Netlify domain "www.mydomain.com" from which I would like to have a subdirectory "www.mydomain.com/my-project...
Hi, This function receives 2 strings, str2 is being searched for within str1 in any character order of appearance. could someone help me understand why would this be an unopt...
Hey guys, New to TS, wondering whether the returned generic definition is correct in this fetch response handler: const handleResponse = (res: Response) : Promise<Error> => (...
but if being not strict (just for understanding purposes) then Promise<string> is more suitable in this case, correct?
jest, vitest, bun test?
also, generally asking, where do should I be looking for types of APIs such as fetch?
Right, but then what logic converts an event object to true value for someState?