Signup/Sign In

Answers

All questions must be answered. Here are the Answers given by this user in the Forum.

Let me check and get back to you.
2 years ago
Please share the code that you are submitting. Also, share the error that you are getting.
2 years ago
Hi Shivani, there was an issue with the application. We have fixed it now. I think it will work now, please check once.
2 years ago
Please share in which test you found this?
2 years ago
Hi, please check now, it should be working.
2 years ago
Please do not change the given sample code, correct code for for loop will be:
***
for(x in course)
{
console.log(`${x} is ${course[x]}`);
}
***
3 years ago
We have updated the Instructions for the lesson, please check once and try again.
3 years ago
Hi Prashant,

We are looking into the issue and correcting this. Meanwhile, can we get on a quick Google meet call, so that you can show us how you used the course, it will help us better understand the issue and will help us permanently fix it.

Please share a 15 min slot for today at any time (Indian Standard time) and we will share a link for Google meeting on your registered email address.

Thanks in Advance.
3 years ago
I think you should not use .htaccess file for this purpose.
If you just want to change the mode for the folder, use the following command:
***
chmod -R 777 /www/store/*
***
to apply this to all files and folders inside the */store* directory
3 years ago
I think the most effortless way should be:
***
touch somefile.txt
***
Using the **touch** command.
3 years ago
Hi, can you please indent the code properly so that it is clear which **for** loops holds which **for** loop. Also, is the condition in the 4th loop correct?
3 years ago
Run the following command in the terminal of your linux machine:
***
cat /etc/os-release
***
You will see the following output, with all the information about your Linux distribution:
***
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
***
3 years ago