Signup/Sign In

Answers

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

try this:
***



Hiding elements using Media Queries



Studytonight


When the browser's width is 600px wide or less, hide the h1 element. Resize the browser window to see the effect.




***
11 months ago
Here is the answer:
***



My Webpage Title























Country Independence Day
India 15th August, 1947
USA 4th July, 1776
China 1st October, 1949



***
11 months ago
Your code looks ok to me, can you share what error you get?
Here is what worked for me:
***
function greet(name="NULL")
{
if(name!="NULL")
{
console.log("Hello "+name+"! Thanks for joining us.");
}
else {
console.log("What is your name?");
}
}
// call the function
greet("Abhishek");
***
11 months ago
Here is the answer:
***



My Login Form

Login Form










***
11 months ago
Here is the correct answer:
***
let square = function (num)
{
return num*num
};
let result = square(5);
console.log(result);
***
11 months ago
But JavaScript Level 5 doesn't have any lesson 7
11 months ago
Here is the correct answer:
***
let a = 10;
let b = 20;
let c = a + b;

console.log(c);
document.write("Hello JS!")
***
11 months ago
Ques:  Answer
Are you accessing the content on Mobile? Then please go to the Editor Tab and then click on Next.
11 months ago
Ques:  Level1/1
Here is the answer:
***



<br /> My Webpage Title<br />









***
11 months ago
Thanks for pointing this out. The content has been corrected.
11 months ago
This should work:
***



My Webpage Title



Hello
Studytonight
Bro



***
11 months ago
Here is the correct answer:
***



My Webpage Title


Do you know?


Honey bees communicate by dancing.




Turtles can breathe through their !




***
11 months ago