
eak z
1,247 PointsI don't know how to see the answer of this question
Complete the code to asynchronously schedule the console.log()statement run after a 5 seconds:
1 Answer

babyoscar
12,848 PointsHi,
Try using setTimeout
,
if don't know how to use setTimeout, you can find a w3 article on it here.
Hope this helped!