run code in javascript
node .
// or
node index.js
how javascript code executes
Ignoring the workings of JS engines, the ECMA specification says there
should be two types of execution contexts:
- Global Execution Context
- Function Execution Context
Furtheremore, it states there should be stack
- Call Stack
And finally to connect everthing handle asynchronous code there is a loop
- Event loop
(Google those seperately, tons of stuff to learn for each)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us