From the course: DC.js for Data Science Essential Training

Unlock the full course today

Join today to access over 23,200 courses taught by industry experts.

Seeing your data with console.log and print_filter

Seeing your data with console.log and print_filter - JavaScript Tutorial

From the course: DC.js for Data Science Essential Training

Seeing your data with console.log and print_filter

- [Narrator] Within your template file, within the script text that you've created, type console.log ('hello'). And now we need to open up this template file in our browser. The easiest way to do this is to locate your file within your file explorer. Then you click on it, right click, go Open With and choose your application. For me, it's Firefox. Now because I'm using Firefox, I want to see the developer tools and I know that I can do that by pressing F12. I could also do View, Firebug. F12 should work across all major browsers. Although the menu options, if you're using your mouse instead to reach developer tools, will differ. If you are using Firefox and Firebug isn't listed, you need to download it as an add-on. And to do that, you would go Tools, and Add-Ons. And then click Extensions. I already have it installed so I don't need to do that. Your screen should look something like this. You should have a number of tabs along the bottom. And the one we want for now is Console. And…

Contents