Signup/Sign In

Answers

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

Try this one:
***


Website






Sidebar

Main






@studytonight


***
2 years ago
Try this one : level 8 lesson 12
***



<br /> My Webpage Title<br />












***
2 years ago
Try this one :
***



<br /> My Webpage Title<br />












***
2 years ago
Try this one :
***


Website






Sidebar

Main




***
2 years ago
try this one ( level 8 lesson 5):
***
function greet(name="NULL")
{
if(name!="NULL")
{
console.log("Hello "+name+"! Thanks for joining us.");
}
else {
console.log("What is your name?");
}
}
greet("EKROOP");// call the function
***
2 years ago
try this one:
***



My Webpage Title


Taj Mahal is the first Wonder of World


It is located in Agra




***
2 years ago
Try this one:
***

***
2 years ago
Try this one:
***



<br /> My Webpage Title<br />


http://www.studytonight.com/css/resource/flat-ui-icon/startup-icon.png">


***
2 years ago
Please mention level id and lesson id so that we can look into this.
2 years ago
Try this one: tab one
***



Using External JS Library


Hello Studytonight!






***
tab two:
***
let mobiles = ["Apple", "Samsung", "One Plus", "Moto", "Huwaei"];

// using forEach function
mobiles.forEach(printMobs);

// define the callback function
function printMobs(item,index) {
console.log(`Rank ${index}: ${item} Mobiles`);
}
***
2 years ago
Please mention course name , level id and lesson id
2 years ago
try this one :
***
let str1 = 'CE';
let str2 = '2253';
let str3 = '2K7';

console.log(str1+"/"+str2+"/"+str3);
// use template literal
console.log(`${str1}/${str2}/${str3}`);
***
2 years ago