HackYourFuture-CPH / node.js

NodeJS - Fullstack development
6 stars 52 forks source link

Update node curriculum to use modern import/export for JS modules #146

Closed ahmagdy closed 6 months ago

ahmagdy commented 6 months ago

Instead of using the classical way with commonjs, I'm switching the examples in the curriculum to use import/export as it's natively supported now in node.js with "type": "module" in package.json