JavaScript like a PRO - console.log & beyond | How to Debug Your Code

preview_player
Показать описание
If you want to become a real pro developer, you must know how to debug your code. This video is covering most popular and valuable ways to use JavaScript “console” object to debug your code.

Pro tips of how to become a Kickass developer.

Me on Social networks:
Рекомендации по теме
Комментарии
Автор

Very nice stuff! I'll share your video with my students!

devmentor
Автор

Really good stuff mate. Didn't know there is so much other useful features in console.

Andrapplecom
Автор

Myself I override the console log/info/warn/error etc. functions, so that in development I can see them and in production they don't show anything. I can even send these messages to a log server, so I can find problems customers have in production.

MauserNET