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 trial

JavaScript

What is Node.js' default JavaScript engine?

This was a question that was asked at the end of the section - I don't get it. Node.js runs on Chromes V8 engine?

2 Answers

Neil McPartlin
Neil McPartlin
14,662 Points

Take a look at these 2 links and it will help to make things more clear. In a nutshell, Google 'open sourced' the JavaScript code behind Chrome, and the people behind node.js based their code on it.

https://developers.google.com/v8/

https://stackoverflow.com/questions/41399772/what-does-it-mean-to-say-nodejs-is-built-on-the-v8-engine/41399932

Thanks, Neil!

Google V8 JavaScript engine