JavaScript Fundamentals 01

 Use of Console.log in JavaScript:

The console.log( ) Method outputs a message to the web console. The message may be single string (with optional substitution values), or it may be any one or more JavaScript Objects.

Comments

Popular Posts