diff --git a/app.js b/app.js index bae2eb9..fcb2e40 100644 --- a/app.js +++ b/app.js @@ -1,4 +1,7 @@ +//Hello world +var a = 'hello world' +console.log(a) // Chapter 1 // question 1