/** * Challenge: * * Part 1: write a `setTimeout` command. Have it wait for 2000 ms before logging "I finally ran!" to the console * * Part 2: Upcoming... */
9
10
11
12
13
14
15
16
1
2
3
4
5
6
7
8
/**
* Challenge:
*
* Part 1: write a `setTimeout` command. Have it wait for 2000 ms before logging "I finally ran!"