var x=5;
function writeStock(x){
if(x<=0){
x=0;
}else{
x=x-1;
}
database.ref('/').update({
Food:x
})
}
Answers
Answered by
0
sry i cant understand anything
write the question properly
Similar questions
Math,
5 months ago
Math,
5 months ago
Chemistry,
10 months ago
India Languages,
1 year ago
Math,
1 year ago