What is the output of this code Varx=(1+2)*3; console. log (×); | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
- 3

What is the output of this code Varx=(1+2)*3; console. log (×);

Help me this is a question of javi game developers

29th May 2022, 7:50 AM
Divyansh Tiwari
4 Respuestas
+ 1
If by Varx you mean: var x = (1+2)*3; console.log(x); // The console will output 9 /* if not, the console outputs a Reference Error; because x is not defined in the program. */
29th May 2022, 10:46 AM
Emms
Emms - avatar
+ 1
Go to the code section Press the new code button Select Node.js Paste the code in there Click run to see the output
29th May 2022, 8:09 AM
MATOVU CALEB
MATOVU CALEB - avatar
+ 1
Divyansh Tiwari (1 + 2) * 3 = ?
29th May 2022, 8:10 AM
A͢J
A͢J - avatar
+ 1
Go to "Code" section, tap "+" (New code), select language, save as "Public", paste the code and tap "Run". If the results bring you questions, ask them, with: 1. An explanation of your difficulties in the question description 2. A link to your code in Code Playground (use "+" button) in the description 3. An explanation of what is the purpose of your code in the question description 4. One and only one tag with the language name Make sure you open the way for those willing to help - we are many.
29th May 2022, 7:03 PM
Emerson Prado
Emerson Prado - avatar