Signup/Sign In

Answers

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

Please share the level number and lesson number.
3 days ago
Sorry! We will work on adding more test cases.
3 days ago
Correct answer:
***
let marks = 35;
// add logic here
if(marks >= 33) {
console.log("Examination Passed")
}
***
3 days 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.
3 days ago
Can you please check it again, because it is working fine at our end.
3 days ago
This is the correct answer:
***



My Favorite Sport





***
3 days ago
Please share your details on WhatsApp - +919354261828
3 days ago
If you mean lesson 11 of level 1 of HTML course, then this is the correct code:
***






Head 1


P 1


Head 2



Head 3



Head 4


Hello


Hello


Hello


Hello


Hello


Hello




Head 5



http://www.studytonight.com">
https://static.studytonight.com/css/resource.v3/icons/studytonight/svg/st-logo-dark.svg">


***
3 days ago
Here is the correct answer:
***



CSS Selectors



Studytonight



***

2 weeks ago
Please share the level and lesson number.
2 weeks ago
Here is the answer:
***
package main
import "fmt"

func takeABreak() {
fmt.Println("Yeah! It's my break time.")
}
func main() {
for i:=1; i<=12; i++ {
if i % 4 == 0 {
takeABreak()
}
}
}
***
Also, on the Forum, you can easily find answers to questions asked previously. May be some one asked the same question. So you should check it out. You can use this link for GO language.

https://www.studytonight.com/forum/?tag=go-course
2 weeks ago
CSS is required to style the HTML webpage. If you just write HTML code, you can define the structure of your webpage, but in order to use colors, background images, different shapes, make a webpage responsive (work well with different screen sizes) etc. you need CSS.

https://www.studytonight.com/cascading-style-sheet/introduction-to-css
2 weeks ago