From d3ec3d0095609790ead0ed585452b483faaf6470 Mon Sep 17 00:00:00 2001 From: oabdelnour <oabdelnour@takima.fr> Date: Wed, 28 Feb 2024 14:11:38 +0100 Subject: [PATCH] wip --- resources/docs/docs/chapters/tp/bundle2.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/resources/docs/docs/chapters/tp/bundle2.md b/resources/docs/docs/chapters/tp/bundle2.md index 8e1ff4f..11fb1ab 100644 --- a/resources/docs/docs/chapters/tp/bundle2.md +++ b/resources/docs/docs/chapters/tp/bundle2.md @@ -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. -- GitLab