fix(curriculum): hint on step 5 of story teller workshop (#58234)

This commit is contained in:
Bharadwaj Pendyala
2025-01-19 12:48:38 -06:00
committed by GitHub
parent 339cb18df7
commit 9e04a372fc

View File

@@ -17,7 +17,7 @@ You should create a `script` element.
assert(document.querySelectorAll('script').length === 3);
```
Your `script` element should be have an `src` attribute set to `script.js`.
Your `script` element should have an `src` attribute set to `script.js`.
```js
const script = document.querySelector("script[data-src$='script.js']");