Signup/Sign In

Answers

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

Here is the code:
***



My Login Form

Login Form










***
3 days ago
Assuming you are talking about the Level 8 Lesson 1, here is the code:
***
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();
}
}
***
3 days ago
This is the correct code:
***


Javascript with HTML



Some Page Heading





***
3 days ago
Please share the level number and lesson number.
3 days ago
Hey, try this:
***



My Webpage Title


Do you know?

Tim Berners-Lee coined the phrase 'World Wide Web' in 1990.




***
3 days ago
Please mention the level number too.
7 days ago
The correct code is:
***
package main

import "fmt"

func main() {
fmt.Println("Ahoy!", "Studytonight")
}
***
one week ago
Here is the correct answer:
***



My Webpage Title


Taj Mahal is the first Wonder of World


It is located in Agra




***
one week ago
Please share the level number and lesson number.
2 weeks ago
Sorry! We will work on adding more test cases.
2 weeks ago
Correct answer:
***
let marks = 35;
// add logic here
if(marks >= 33) {
console.log("Examination Passed")
}
***
2 weeks ago
Are you using the app on Mobile phone? If yes, then click on the Lesson Tab and you will see the Run and Submit options to operate the app.
2 weeks ago