Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit68eea82

Browse files
authored
Add comment for app.get() method usage
Added comment to explain app.get() method.
1 parent738f860 commit68eea82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎en/starter/hello-world.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const express = require('express')
1717
constapp=express()
1818
constport=3000
1919

20+
//app.get() is a method used to define a route that responds to HTTP GET requests.
2021
app.get('/', (req,res)=> {
2122
res.send('Hello World!')
2223
})

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp