Signup/Sign In

Answers

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

Is this the correct answer that you have posted as the answer, or this is the code with which you are facing problem?
3 years ago
Which course and what is the problem that you are facing?
3 years ago
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