From b0c853bffe03efd1fc4686cde31b87c4434721fb Mon Sep 17 00:00:00 2001 From: mogwai Date: Wed, 3 Jan 2018 14:56:27 +0800 Subject: [PATCH] added crap --- Practice/#1 code of the play list.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Practice/#1 code of the play list.js b/Practice/#1 code of the play list.js index 1eea90c9..fd2d0a70 100644 --- a/Practice/#1 code of the play list.js +++ b/Practice/#1 code of the play list.js @@ -3,4 +3,6 @@ console.log("Hello Saif, You are learning Node.js!"); setTimeout(function(){ console.log("Three seconds \n have passed!"); -},3000); \ No newline at end of file +},3000); + +console.log('i am mogwai');