Signup/Sign In

Answers

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

Try this:
***
function teaBreak(){
console.log("Start making tea");
console.log("Tea ready");
console.log("Enjoy the tea");
}

let teaHour;

for(teaHour=1; teaHour<=12; teaHour++)
{
if(teaHour%4 == 0)
{
teaBreak();
}
}
***
2 days ago
Please share the question properly.
one week ago
Try this:
***


Javascript with HTML



Some Page Heading





***
You have to add doSomething() function in the onclick attribute.
one week ago
Try this:
***



CSS transform property



I am rotated

I am skewed

Translate me!

Scale me!



***
one week ago
Try this:
***
console.log(true)
***
one week ago
You can generate it yourself from your Profile section.
one month ago
Here is the answer:
***



My Login Form

Login Form










***
one month ago
Ideally your answer should be correct, can you share the error that you get?
one month ago
This is the correct answer:
***
let str1 = 'ambush';
let str2 = 101;
let str3 = false;

let str4 = str2+" "+str3+str1;

console.log(typeof str4);
***
one month ago
Here is the correct answer:
***
let signal = "yellow";
// write logic here
if(signal == 'green'){
console.log('Go');
} else if(signal == 'yellow'){
console.log('Wait');
} else if(signal == 'red'){
console.log('Stop');
} else{
console.log('Error');
}
***
one month ago
Try this:
***



Changing font-size using Media query



Studytonight




***

You were adding the background color extra. Please don't add any additional property
2 months ago
Try this:
***




Registration Form


My Registration Form
































***
2 months ago