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

JAVASCRIPT FullStack

i was looking for a back end language and i chose full stack java script, but how is it back end if i cant connect to a Database? Since back end languages purpose is to connect to database. Also, with full stack java script i can build anything i can with other back end language right? Like can i build a twitter clone with full stack JavaScript? Best, Hisham

2 Answers

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Hi there! FullStack JavaScript is a valid choice for a backend language. The problem lies in the fact that you believe it cannot connect to databases, but I assure you, it can. Here's just one example from MDN about the SQLite API. You will have plenty of time to explore courses at Treehouse that will connect your JavaScript to a database.

Also, connecting to a database is not the sole purpose of backend, although it is very important. The responses to HTTP requests and associated directions inside the responses are equally important.

Hope this helps! :sparkles:

U can make a clon of Twitter only with JavaScript , Frontend , Backend and DB (MongoDB for example) , just now i am in a proyect , a clone of Instagram with JS , i have realtime Database and User Interface with React . if you now Javascript for FrontEnd , NodeJS (backend) is easy to learn .