Getting started with JavaScript Introduction Topic
Types of console
We could add more info to console.log section. such as console.log('console.log'); console.info('console.info'); console.debug('console.debug'); console.warn('console.warn'); console.error('console.error'); to highlight outputs with icons. Useful Link : https://coderwall.com/p/m2trga/enhance-your-js-console-logging-messages – Janatbek Sharsheyev Feb 13 at 7:01
-
or... we could not and leave that for the console topic.
-
I'll go ahead and add that to the Console topic.
-
Turns out it was already added, but I edited it.
Discussion closed 2 days ago due to inactivity.
Approved Change
I have sectioned out the evident parts to this documentation into sub categories. I also removed some repeated information and worked on the overall consistency of terminology withing the document. Lastly, I added a section on logging non invoked functions. – Zze Feb 13 at 8:01
Approved Change
Improved sentence explaining how to show result of a function. Other minor improvements – Abhishek Jain Feb 11 at 13:26
Approved Change
Rolling back to version as of Jan 3 at 0:32. Specifics about certain console implementations do not belong in the Getting Started section. It's not crucial that you understand how to style your console output to get going with JS. – Mike C Jan 12 at 15:08
Approved Change
divide the doc into sections and adding more infos – Abdelaziz Mokhnache Dec 26 '16 at 12:39