2 parents d8be8b0 + dbae68c commit 2b33873Copy full SHA for 2b33873
1 file changed
1-js/12-generators-iterators/2-async-iterators-generators/article.md
@@ -384,6 +384,8 @@ An example of use (shows commit authors in console):
384
}
385
386
})();
387
+
388
+// Note: If you are running this in an external sandbox, you'll need to paste here the function fetchCommits described above
389
```
390
391
That's just what we wanted.
0 commit comments