0xTristan
Tech Drill Down

Tech Drill Down

Follow
Follow
homenewsletter
Tag

debugging

#debugging

More content

Read more stories on Hashnode


Articles with this tag

Javascript Basics: Everything about the console object.

Dec 13, 20222 min read54 views

In JavaScript, the console.log function is used to print text to the console. This is commonly used for debugging purposes, as it allows the developer...

Javascript Basics: Everything about the console object.