Signup/Sign In

Answers

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

This is the correct answer:
***
let str1 = 'ambush';
let str2 = 101;
let str3 = false;

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

console.log(typeof str4);
***
4 months 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');
}
***
4 months ago
Try this:
***



Changing font-size using Media query



Studytonight




***

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




Registration Form


My Registration Form
































***
5 months ago
Try this:
***



My Webpage Title























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



***
5 months ago
Try this:
***



CSS transform property



Transform me!



***
5 months ago
For HTML, Level 6 - Lesson 3, here is the answer:
***



My Webpage Title



The Great Barrier Reef in Australia is the largest living structure in the world.


Light takes 1.255 seconds to get from the Earth to the Moon.


Sneezing with your eyes open is impossible.



***
5 months ago
Hvae you posted any question for it?
5 months ago
Try this:
***



Neela Prasad




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


GOOGLE


Google make it simple!




About Me


Anything you want to write about yourself write here...


Hobbies



  • Sleeping

  • Sleeping


5 months ago
Here, try this (And sorry for the late late reply):
***
let txt1 = 'Yokozuna';
let txt2 = 'Yokohama';

if(txt1.length == txt2.length) {
console.log("Both are same");
}
***
5 months ago
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.




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



My Webpage Title























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



***
6 months ago