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 trialjohnywick
3,231 Pointshow to send the data that get from the function printWeather(weather) to the page? help please!
from the topic command line weather node js
1 Answer
moukim hfaidh
Full Stack JavaScript Techdegree Graduate 30,167 PointsHi johny the printWeather function don't return anything it's logging the message to the console itself
johnywick
3,231 Pointsjohnywick
3,231 Pointsi can implement all of this but how to send the result to the page when get request from a filled from?