javascript

How to improve the use of the console in javascript

When we develop, and not only in javascript, it is regularly necessary to read the information contained in a variable or the execution result. In javascript, we have the Console object, which allows us to ask the program to write a message or a result during its execution. The most commonly used method, and one […]

How to improve the use of the console in javascript Read Post »