Skip to content

Commit e92e4c9

Browse files
cjyuanillicitonion
andauthored
Update Sprint-3/todo-list/00-what_is_ES_modules.md
Co-authored-by: Daniel Wagner-Hall <dawagner@gmail.com>
1 parent 5fd6602 commit e92e4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sprint-3/todo-list/00-what_is_ES_modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ JavaScript has two main ways to handle modules:
99

1010
- **ES Modules** (ESM) are the modern, standard way for browsers and Node.js. They use `import` and `export`.
1111

12-
They are **not** fully compatible.
12+
They are **not** fully compatible. At CYF, you should use ESM, not CommonJS.
1313

1414
## Where can I learn ESM?
1515
- [Modules, introduction](https://javascript.info/modules-intro)

0 commit comments

Comments
 (0)