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 trialJason Widjaja
7,904 Pointsjavascript 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
231,236 PointsYou'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
7,904 PointsJason Widjaja
7,904 Pointsoh then how do i create a permanent code
Steven Parker
231,236 PointsSteven Parker
231,236 PointsWhether 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.