🔰Node.js
JS ⟩ concepts ⟩ environment ⟩ Node
(a JS runtime environment) builds server-side applications with JavaScript.
in Node.js:
top-level scope of a file is module scope ( not global scope❗)
the global object is refered to as "global".
Last updated
Was this helpful?