Little Dev Tools in Your Pockets

Written by edemagbenyo | Published 2020/03/15
Tech Story Tags: debugging | javascript | javascript-fundamentals | nodejs | consolelog | software-development | debug | chrome-dev-tools

TLDR The most used and known of the console methods is the console.log to output a message in the web console. The message may be a simple string with optional substitution values(%s, %c, etc...) or one or more javascript objects. Console.dir() displays an interactive list of the properties of a javascript object. The table method, when called on the console object, displays the data in a table format. With console.group, a set of data can be grouped and contain sub-group of related data.via the TL;DR App

no story

Written by edemagbenyo | I’m a Senior Full Stack Javascript engineer who loves solving problem using technology.
Published by HackerNoon on 2020/03/15