UNPKG
ibm-india-rajtgin
Version:
latest (1.0.0)
1.0.0
This is my IBM Oct training module
ibm-india-rajtgin
/
013-sync-async.js
9 lines
(8 loc)
•
167 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Created by Raj on 10/25/2016. */
var
message =
"Good Morning"
;
setTimeout
(
function
(
){
console
.
log
(
"before message"
); },
100
);
console
.
log
(message);