Signup/Sign In

Answers

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

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
Try this one:
***
// create variables and log their values
var bestApp = "Hi";
console.log(bestApp);
let myNum = 5;
console.log(myNum);
console.log(true);
***
2 years ago
Try this one:
***



CSS Grid Item Placement




1

2

3

4

5

6

7

8

9




***
2 years ago
try this one:
***
// write your code here
var myVar;
console.log(myVar);
var myVar = null;
console.log(myVar);

const myConst = "Studytonight";
console.log(myConst);
***
2 years ago
Try this one :
***



CSS Grid Template




1

2

3

4

5

6

7

8

9




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



JS String Operations




JavaScript is a client-side, object-based scripting language that is used to handle and validate client-side data. JavaScript is also used for making the user interface of the web pages more dynamic making it responsive to events like the movement of the mouse, mouse click on a certain HTML element, a but\ton click, etc, using which we can improve the user experience.





Find Keyword!
Count Words






***
2 years ago
Try this one :
***
function scanAndPay(item, amount)
{
console.log("Welcome to scan and pay service");
console.log(`Payment of ${amount} done for purchasing ${item}.`);
}

function orderFood(item)
{
switch(item)
{
case "Burger":
scanAndPay(item,50);
break;
case "Cold Drink":
scanAndPay(item,30);
break;
case "Pizza":
scanAndPay(item,100);
break;
}
}
orderFood("Pizza");
***
2 years ago
please send level id and lesson id
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 send level id and lesson id
2 years ago
Try this one :
***


My Webpage Title


Welcome Human!





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



<br /> My Webpage Title<br />









***
2 years ago