Signup/Sign In

Answers

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

Hi, thanks for letting us know. We will fix this asap :)
3 years ago
There was some issue with some authentication, we sincerely apologise for the inconvenience. Now it is working.
3 years ago
There was some issue with some authentication, we sincerely apologise for the inconvenience. Now it is working.
3 years ago
There was some issue with the compilers, we have fixed it now.
3 years ago
Hi, which question you are referring to? Please share URL of the Test or the name of the test.
3 years ago
Hi, can you please share the code that you were trying to execute so that we can investigate.
3 years ago
Please check again now, it should be working.
3 years ago
Here is the correct answer:

***



CSS Grid Item Placement




1

2

3

4

5

6

7

8

9




***
3 years ago
It is showing Try again because the code is giving error, but still you should be able to progress with this lesson if you define the variables **a** and **b** correctly.
3 years ago
Here is the correct solution:
***
let x = 10;
let y = 1;
let z;
// your code comes here
(x > y)? z=x: z=y;
console.log("Value of z:" + z);
***

Hope it works for you.
3 years ago
In the class **.item-x** I see incorrect comments and use of slashes. Please correct it. For the correct solution for this Lesson, will have to check.
3 years ago
Try now, it should work.
3 years ago