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

Crystal Vesely
Crystal Vesely
14,199 Points

Is OOJS the right solution for what I am wanting to do?

I just want to create a way for us to track warranty claims. Most of the data inputted will be static. I’ll need to attach pictures as well, and have the ability to pull up the warranty claim to view the status. Originally, I was thinking I’d need to create a database. But I’ve been spending some time learning object oriented JavaScript and now thinking that it might be suitable. But I am just now really learning this area of coding, and am not sure if oojs is appropriate for that kind of data storage. Anybody have any insight they could give me?