Search the Blog

Friday, August 2, 2019

JavaScript console.log() Uses and Code and Syntax Programming Logic and Code with Syntax


In today world all web browsers support JavaScript environments support writing messages to a console using a suite of logging methods. One of them console.log().

 The console.log() function is used for error and testing debugging purposes. 


Javascript Code-         console.log("Hello World");
 Display Message        Hello World


Javascript Code-         console.log("www.dizsweb.com");
 Display Message        www.dizsweb.com

Javascript Code-         console.log("Programming Logic and                                                Code");
 Display Message       Programming Logic and Code

Java Script Console Log Example with Live Page Testing try on your live browser

Console  Variables Code JS-

  Var proggrammngLogicAndCode='' Programming Logic And Code By Dizsweb''

console.log(proggrammngLogicAndCode);
Out Put-Programming Logic And Code By Dizsweb




  Var sawanchauhan4='' Programming Logic And Code''

console.log(sawanchauhan4);
Out Put-         Programming Logic And Code















No comments:

Post a Comment

Translate