Skip to content
Snippets Groups Projects
Commit d3ec3d00 authored by Olivier ABDELNOUR's avatar Olivier ABDELNOUR
Browse files

wip

parent 793febaf
Branches
No related tags found
No related merge requests found
Pipeline #60198 passed
......@@ -29,14 +29,15 @@ After this chapter, thanks to the _ES modules_, there will be no more imported f
- Edit `utils.js`. Look at the `TODO #export-functions` comments for instructions.
- Write an `export` statement to export the `parseUrl` function.
??? note "Show the utils.js file"
=== "utils.js"
??? note "Show the utils.js file"
```js linenums="1"
=== "utils.js"
```js linenums="1"
export function parseUrl() {
// ...
}
```
```
- Edit `welcome.js`, `game.js` and `score.js`. Look at the `TODO #export-functions` comments for instructions.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment