UNPKG

ibm-india-rajtgin

Version:

This is my IBM Oct training module

9 lines (8 loc) 167 B
/** * Created by Raj on 10/25/2016. */ var message = "Good Morning"; setTimeout(function(){ console.log("before message"); },100); console.log(message);