0

var budget = 300;ノードを使用してeCommerce/financial ベースのアプリケーションを作成する

var expenses = [
   {name: "thingy1", price: "40"},
   {name: "thingy2", price: "30"},
   {name: "thingy3", price: "100"}
];

変数から価格が差し引かれbudget、テンプレートに表示されます

ps imはexpressとswigを使用しています

4

1 に答える 1