LoginSignup
0
0

More than 1 year has passed since last update.

【Node.jsメモ】require()の使い方

Last updated at Posted at 2021-11-29

require()とは Node.jsでモジュール化された「便利なJavaScriptファイル」を呼び出すためのもの。

const 変数= require('モジュール名');

サーバーサイドでの開発に優しい
こうやってモジュールを呼びだせば自分で難しいアルゴリズムを考えてプログラミングする手間が省けます

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0