python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why function called by function name not working when function is created by assigning it to a variable?
// I created two function in JavaScript
// **Function 1**
function add(a, b) {
return a + b;
}
// To call above function I use and it worked as expected
add(2, 3);
// **Function 2**
let ...
nt314
Votes: 0
Answers: 1
Images imported into VSCode are not showing when portfolio site deployed with Netlify
Have a few images that I've dragged into VSCode for my portfolio site that are not showing when my site is deployed to Netlify. My frontend uses React.
Continuous deployment via GitHub is working as w...
Kevin
Votes: 0
Answers: 1
Django limit acces to data for owner
i'm trying to make query for user in Django, but still every user can see all data from data base. I've tried with filters, q objects, but none of these helped me.
Here is my model:
class Book(models....
Publius
Votes: 0
Answers: 1
Is domain required?
Is domain necessary for a website? Can't we see websites using the public ip address of the machine-like 65.2.10.98? I am unable to get a free domain name. I have tried freenom but it always shows dom...
zenitsu_agatsumi
Votes: 0
Answers: 3