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. The service(s) that enables networking through scripted HTTP requests is
Q. Which of the algorithmic languages is lexical scoping standardized in?
Q. Cost for Using JavaScript in your HTML is
Q. Which one of the following given task is performed by the "pop()" method of the array?
Q. A Javascript developed in Unix machine
Q. Which is an equivalent code to invoke a function m of class o that expects two arguments x and y?
Q. How can we define the term Performance?
Discusssion
Login to discuss.