Video 29
This commit is contained in:
parent
b2665bbfb4
commit
7572f1d0b8
11
weather-app/app.js
Normal file
11
weather-app/app.js
Normal file
@ -0,0 +1,11 @@
|
||||
console.log('Starting')
|
||||
|
||||
setTimeout(() => {
|
||||
console.log('2 Second Timer')
|
||||
}, 2000)
|
||||
|
||||
setTimeout(() => {
|
||||
console.log('0 Second Timer')
|
||||
}, 0)
|
||||
|
||||
console.log('Stopping')
|
Loading…
Reference in New Issue
Block a user