We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 997674f + 18e89a4 commit 73ea854Copy full SHA for 73ea854
10_Requests/app.js
@@ -3,7 +3,7 @@ var fs = require("fs");
3
//Example 1 : Let's grab a page
4
request("http://www.bing.com", function(error, response, body) {
5
if (!error && response.statusCode == 200) {
6
- console.log(body) // Show the HTML for the Google homepage.
+ console.log(body) // Show the HTML for the Bing homepage.
7
}
8
9
});
0 commit comments