| Author |
system.log question
|
soumik paul
Greenhorn
Joined: Jan 14, 2013
Posts: 5
|
|
I was preparing for a technical interview and so I came across a question for which i could not find the answer. I am sure it will have a very simple answer but since I was not familiar with the language I was unable to evaluate it. If you could also explain the operation it would be helpful. The code is as follows:
var a="3";
var b=2;
var c=1;
(The next part is something which I do not remember perfectly. It was either System or console....)
System/Console.Log(a+b+c);
The question was to find the output.
Thanking You
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56554
|
|
|
That's all JavaScript. It has nothing at all to do with Servlets.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
soumik paul
Greenhorn
Joined: Jan 14, 2013
Posts: 5
|
|
|
Ok sorry my mistake completely. I will post it in the java scripts threads.
|
 |
 |
|
|
subject: system.log question
|
|
|