why i am getting this error? C:\WINDOWS\system32>git add . warning: could not open directory 'config/systemprofile/AppData/Local/Microsoft/Windows/INetCache/Content.IE5/': Pe...
can i share my youtube channel here? or i am gonna be blocked?
Hi as a beginner , after having a good background of javascript , where should i move next? react or node js ? which one you would recommend? thanks in advance
function sum(arr, n) { if(n <= 0) { return 0; } else { return sum(arr, n - 1) + arr[n - 1]; } what do sum(arr,n-1) return??
there is no need for the devstart?
but what should i do with logs😅?
but if i deleted nodemon devstart from the script it wont afftect anything right?
anyone knows how to remove a repository completely from my project folder?
hi everyone, suggest me the best tutorial to master flutter ?
the technologies u used? and did you deploy your website ?
why collection[id][prop] = collection[id][prop] || []; ?
i have to edit this on my github repository also?
is this mobile app or a website ???
then why they added +arr[n-1] ?
anybody heard about solidity?