Thanks to visit codestin.com Credit goes to github.com
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.
1 parent bc95b13 commit c849ac0Copy full SHA for c849ac0
week1/homework/src/index.js
@@ -9,5 +9,3 @@ const PORT = 3000;
9
createServer().listen(PORT, () => {
10
console.log(`Server listening on http://localhost:${PORT}`);
11
});
12
-
13
0 commit comments