mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-07-01 21:01:20 +08:00
fix(curriculum): update JS file reference in setTimeout lecture HTML (#64504)
This commit is contained in:
parent
287ef356b8
commit
2d3f436bb9
@ -106,7 +106,7 @@ With that code, the `setTimeout()` will not run at all. So, a more elegant way t
|
||||
```html
|
||||
<h1>Cancel Timeout Example</h1>
|
||||
<button id="cancelButton">Cancel Timeout</button>
|
||||
<script src="script.js"></script>
|
||||
<script src="index.js"></script>
|
||||
```
|
||||
|
||||
```js
|
||||
|
||||
Loading…
Reference in New Issue
Block a user