scrimba
Asynchronous JavaScript
Callback Coding Challenge I
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Callback Coding Challenge I
by
AboutCommentsNotes
Callback Coding Challenge I
by
Expand for more info
index.html
run
preview
console
<html>
<head>
<link rel="stylesheet" href="index.css">
</head>
<body>
<h2> Callback Coding Challenge</h2>
<h3>
Print the value of Y to be 20 to the Browser. e.g Y is 20
and after 3 seconds print another value for Y to be 30 <br>
e.g Y is now 30
</h3>
<script src="index.pack.js"></script>
</body>
</html>
Console
/index.html
-0:54