when i run i got this error #why?
Err: Variable 'imageExist' is used before being assigned #why?
as a backend devs, when you have to create a lot of data manually, how do you guys usually do it? do you write the data manual as json like i did or create html form then ins...
hi, if i had string like this const comments = `@64J0 I know it's a bit late, but maybe this can help you - https://github.com/axios/axios/issues/686#issuecomment-593617521 ...
hi guys why i can't use req.body as a parameter? i'm using mongodb client i don't want to write code with many if statements (if name is exist, if year is exist, etc..) i ...
hi guys this is jest library source code i just want to ask why they define object like that using Object.defineProperty and not like this: globalThis[JEST_MATCHERS_OBJECT]...
hi, what do you called this in python? i mean when something starts with "@" sign and below that there is a function
I think its impossible to build app like postman or insomnia, but in web cause we can't access their localhost or is there any other way?
at the first time i fork i made a mistake by just fork the master branch only and now my pull request can only be accepted if it is pulled to another branch as well how to fo...
hi, how to get redirect from url in javascript? for example if i visit a bit.ly link and redirect to my site, how can i access the previous url?
how to update all these totalPeople with different value, only in one request? nb: the cities can be hundred or thousand dbms: mongodb
hi, im using mysql but it says mariadb when i login is this fine?
what if we upload a bunch of multi gb files and telegram goes bankrupt?
hi, why telegram have type Boolean and True? why not only Boolean? does True have a special meaning?