sumn2u / learn-javascript

A book that teaches JavaScript 📗💻📖
https://javascript.sumankunwar.com.np
Apache License 2.0
922 stars 147 forks source link

Additional exercises to `console` #188

Closed Lensco825 closed 1 year ago

Lensco825 commented 1 year ago

I'd like to add more information about console (ex: console.table, console.error) this would be great to add for other to know that console.log isn't the only thing you can do.

May you assign this to me and add the "Hacktoberfest" label to this and any other issue I make? Thank you very much.

Lensco825 commented 1 year ago

Should I make separate pull requests for the 3 issues I made or should I put them all together @sumn2u?

sumn2u commented 1 year ago

Would suggest to create separate PRs for each issue.

Lensco825 commented 1 year ago

I've changed this from additional explanation to additional exercises since we would probably have to make a document or page about the console for that to do well. Instead, I'll add exercises on doing math and using strings in console.