Node Js-1
-- node js is a javascript runtime environment that runs JS outside the web browser.
we can run node js in
-REPL ( read-eval-print-loop),
-CLI (command line interface)
COMMON JS MODULE :
DEFAULT EXPORTS:
--how to export one module also called (defaul...
diwakar7.hashnode.dev2 min read