Signup/Sign In
user profile picture

Saravanan Rajendran

SaravananRajendran

Joined 3 years ago

Answers

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

Hey dude i have completed this for each lesson , now i am stuck in cookies lesson , that's what mentioned above...
3 years ago
Hi bro Level 11 , lesson 7 - regarding cookies i have posted in forum already please try to look into it
3 years ago
No need to change dude , actually they asked us to pass callback function as parameter to execute the display function , but when i referred most of the google pages and tutorials it mentioned as in the name of callback so that i used the same name but thrown me error but u used the same displayResult name as parameter it got worked simple :)
3 years ago
Above you mentioned code is working bro , but as per the task we need to use callback function in the name of callback but i dont knw y that was not accepting ... but this display result got worked :)
3 years ago
dude it will work try to fix my issues also , i have posted in form already Level 11 , lesson 4
3 years ago
***

***
3 years ago
But i tried this one ...

if((teaHour == 4)||(teaHour==8)||(teaHour==12))
{
teaBreak();
}

Result came as expected but was not accepted
3 years ago
Try with proper indentations bro it will work
3 years ago
Ans: the expected output should be string with single slash , so tried by adding another escape character \ to print the string with single \ and I tried without that escape character but still .It shows You missed to escape some special character.
please check again.

please some one help me out this
3 years ago
Ans: the expected output should be string with single slash , so tried by adding another escape character \ to print the string with single \ and I tried without that escape character but still .It shows You missed to escape some special character.
please check again.

please some one help me out this
3 years ago
Hi even am also facing the problem in same place,
let x = 10;
let y = 1;
let z;
// your code comes here
(x > y)? z=x : z=y;
console.log("result is "+ z);

please kindly help me
3 years ago