Console.WriteLine (Print) in Javascript
console.writeline
using System;
Console.WriteLine("Text Here");
Console.WriteLine
string foo = "Hello";
string bar = "How are you?";
int x = 5;
Console.WriteLine(foo);
// Prints: Hello
using System;
Console.WriteLine("Text Here");
string foo = "Hello";
string bar = "How are you?";
int x = 5;
Console.WriteLine(foo);
// Prints: Hello
In this page (written and validated by A. Gawali) you learned about . What's Next? If you are interested in completing Javascript tutorial, we encourage you simply to start here: Javascript Tutorial.
Share On: |