R
Q. What will be the output of the below code ?
var i=true; var j=false; var k=true; if( i || J && K){ a=10; b="True"; } else { a=20; b="False"; } console.log(a+","+b);
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. How many properties are there in the interface PerformanceTiming?
Q. Which of the following option is used as hexadecimal literal beginning?
Q. A Javascript developed in Unix machine
Q. What is the function used to deregister event handler ‘f’?
Q. The behaviour of the instances present of a class inside a method is defined by
Q. What is the necessity to create a separate file after having an API key?
Q. A function definition expression can be called as
Q. Which JavaScript statement(s) is correct to create Date object(s) with new Date() constructor?
Discusssion
Login to discuss.