Signup/Sign In

Answers

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

Please share the level and lesson number...
10 months ago
Can you please share the code?
10 months ago
Please share level and lesson number...
12 months ago
In which lesson/level you are?
Are you using the application on Mobile browser?
12 months ago
This is the correct answer:
***
{
let myVar = 10;
console.log(myVar);
}
***
12 months ago
Hey, try this:
***
let cookie = document.cookie;
if(cookie.search("Hello=World")>=0)
{
console.log("Cookie found");
}
else {
document.cookie = "Hello=World";
}
// fetch cookie to print value
cookie = document.cookie;
document.write(cookie);
***
12 months ago
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();
}
}
***
one year ago
Please share the question properly.
one year ago
Try this:
***


Javascript with HTML



Some Page Heading





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



CSS transform property



I am rotated

I am skewed

Translate me!

Scale me!



***
one year ago
Try this:
***
console.log(true)
***
one year ago
You can generate it yourself from your Profile section.
one year ago