Node.jsを手軽に学ぶためのサンプルスクリプト集 This repository gives some sample script which demonstrates the feature of Node.js
ecma/
ECMAScript(ES6)ベースの基礎スクリプト集
ecma/
ディレクトリに移動して、下記コマンドで挙動を確認できます。
node {fine name}.js
例 node 0.js
Tutorial script of basic tips for ECMAScript(ES6).
You can see how the script behave on executing command below on ecma
directoy
node {fine name}.js
ex. node 0.js
async/
非同期処理関連の基礎スクリプト集
async/
ディレクトリに移動して、下記コマンドで挙動を確認できます。
node {fine name}.js
例 node 0.js
Tutorial script of Promise, async/await tips .
You can see how the script behave on executing command below on async
directoy
node {fine name}.js
ex. node 0.js
node version ~13.6.0