Skip to content

Commit

Permalink
comment the expected output of graph.draw() function (mdn#31458)
Browse files Browse the repository at this point in the history
* commenting the expected output of graph.draw() function inside '/files/en-us/web/javascript/reference/statements/export
/index.md'

* Update files/en-us/web/javascript/reference/statements/export/index.md

---------

Co-authored-by: Joshua Chen <[email protected]>
  • Loading branch information
SomSingh23 and Josh-Cena authored Jan 2, 2024
1 parent 2c22a29 commit d055553
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ graph.options = {
thickness: "3px",
};

graph.draw();
graph.draw(); // Logs "From graph draw function"
console.log(cube(3)); // 27
console.log(foo); // 4.555806215962888
```
Expand Down

0 comments on commit d055553

Please sign in to comment.