mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-01 01:00:36 -04:00
fix(curriculum): update JS file reference in setTimeout lecture HTML (#64504)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user