Easy JavaScript – Beginner JavaScript Tutorial – How to use the JavaScript Console (3)




Welcome to the third Easy JavaScript Tutorial, Beginner JavaScript Tutorial, part of Easy Programming! Today, we’re going to cover the JavaScript console. I gave a brief intro to the console in my tutorial covering your browser’s developer tools, and today I’m going to go a little more into the JavaScript console and show you exactly what you can do with this wonderful tool. It’s more than just console.log()!

Every browser should have a JavaScript console. My favorite is the one available with Chrome. It’s more than a source of output, you can use the console to input commands and execute as a command line interface. The JS Console lets you do many things including math and even testing your JavaScript code before you actually implement it.

We’ll be using the JavaScript console a lot more over the course of this series where you will slowly become an expert.

For more information, please visit http://www.EasyProgramming.net to view my other programming tutorials! Find videos of C++ tutorials, Excel tutorials, and JavaScript Tutorials.

I hope you enjoy the video and if you have any questions, please ask in the comments below. If you have any requests feel free to let me know. Thanks for watching and remember to subscribe!

———–

Subscribe on YouTube: https://www.youtube.com/c/nazmusnasir
Support me on Patreon: https://www.patreon.com/nazmus
Follow me on Twitter: https://twitter.com/NazmusN
Like me on Facebook: https://www.facebook.com/EasyProgrammingNet
Follow me on Google+: https://plus.google.com/+NazmusNasir
Check out my Github: https://github.com/naztronaut

Original source


One response to “Easy JavaScript – Beginner JavaScript Tutorial – How to use the JavaScript Console (3)”

Leave a Reply