Add task 1
This commit is contained in:
parent
0f891a477f
commit
24906ae345
1 changed files with 8 additions and 34 deletions
40
myApp.js
40
myApp.js
|
@ -1,39 +1,13 @@
|
|||
let express = require('express');
|
||||
let app = express();
|
||||
|
||||
class TestApp1 {
|
||||
constructor() {
|
||||
let MESSAGE = "Hello World";
|
||||
console.log(MESSAGE);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
new TestApp1();
|
||||
|
||||
module.exports = app;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue