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

Can anyone who has the knowledge to help me on my engineering project?

Software – EBook Summarizer: An eBook company has hired you to write a program to help them to organize their books by their contents. Your program must read a text file of a book and learn the most common words that book contains. Given that the intent of this program is to understand the books’ core topics, your list of words in the book should exclude common words like: and, but, he, she, it, etc. that don’t help to understand what the book is about. Your program should output a summary of words that the book contains. Your code is expected to be efficient and well commented.

I understand the basic of html and css, but I want to use javascript to display the results onto my page. Anything will help. Thanks.

1 Answer

Steven Parker
Steven Parker
230,274 Points

It's not clear from this description that you need any web technologies at all. But you could still use JavaScript to do this with a server-side engine like "node.js".

I'd guess you chose JavaScript because you already have a familiarity with development in the language. Perhaps you could begin creating the program, and when you run into any issues, post the code you have so far here and someone will help you overcome the issue.