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 The Landscape of JavaScript JavaScript Tools and Workflows A JavaScript Developer's Workflow

Jason Widjaja
Jason Widjaja
7,904 Points

javascript framework

So this is what i understand so far , A javascript framework such as angular is the one the helps you build an actual permanent app whereas pasting the code on console is just like a one time thing in which you have to refresh the page to see the code running and if you refresh again the code disappears. am I right?

1 Answer

Steven Parker
Steven Parker
229,783 Points

You're right that pasting code into the console is temporary, but you don't need to use a framework to create permanent code in a file.

Jason Widjaja
Jason Widjaja
7,904 Points

oh then how do i create a permanent code

Steven Parker
Steven Parker
229,783 Points

Whether or not a framework is being used, permanent code will be written into a file. You'll get plenty practice doing this in the other courses.