DEV Community

Discussion on: JavaScript Cheatsheet from beginners to advance..

Collapse
 
imtridevsharma profile image
im-tridevsharma

When you print anything on console you must try other options too.
console.log(value) it's general one to log. Other can be used here like console.warn(), console.info(), console.error() and console.dir() Try it.