Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMohammed Jammeh
37,463 PointsConsole Foundation Course..
Hello..
I have just completed the first section of the Console Foundation Course. The course is part of the Front End Development track so I thought I might just give it a shot.
However, after earning my first badge on the course, I am still a bit confused with benefits of learning the console or whether it is even necessary. I do not mind learning and I am understanding what's actually being explained but I am also struggling to remember the commands which I am sure will require some practice.
Any further explanation of the purpose/benefits of learning about Console would be really appreciated.
Thanks..
2 Answers
Jonathan Grieve
Treehouse Moderator 91,253 PointsConsole work is a big part of Front End Development, which is something I've had to learn more and more over the past year or so.
I can't remember which Console framework the course uses but it gets you started using a number of systems that utilise a console such as
- Git - For using version control (vcs) with your projects
- npm - Node Package Manager for using Frameworks with your JS projects
- Ruby Sass - For compiling Sass to output CSS in your web design projects
You'll find you need console skills for a variety of things and Console Foundations gets you started. :-)
Mohammed Jammeh
37,463 PointsThanks so much for the reply, Jonathan. I really do appreciate it. I will definitely stick with the course.
roberthopman
16,502 Pointsroberthopman
16,502 Pointsthanks!