Skip to content

Commit a1d10e2

Browse files
committed
Edited ch08.asciidoc with Atlas code editor
1 parent 2149b79 commit a1d10e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch08.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ const random = (function() {
607607
})()
608608
----
609609

610-
Compare that to the following piece of code, used in an ESM module called `random`. The Immediately Invoked Function Expression (IIFE) ((("IIFE (immediately invoking function expression)")))wrapper trick went away, along with the name for our module, which now resides in its filename. We've regained the simplicity from back in the day, when we wrote raw JavaScript inside plain HTML `<script>` tags.
610+
Compare that to the following piece of code, used in an ESM module called `random`. The Immediately Invoked Function Expression (IIFE) ((("IIFE (Immediately Invoked Function Expression)")))wrapper trick went away, along with the name for our module, which now resides in its filename. We've regained the simplicity from back in the day, when we wrote raw JavaScript inside plain HTML `<script>` tags.
611611

612612
[source,javascript]
613613
----

0 commit comments

Comments
 (0)