From 098ea0e8a43b792bc4cab7ed076ace0cdd203f09 Mon Sep 17 00:00:00 2001 From: kiki Date: Mon, 15 Aug 2016 16:02:31 +0200 Subject: [PATCH] ora stampiamo sullo standard output --- spesefurga.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spesefurga.js b/spesefurga.js index bcbb7e8..c4f6925 100644 --- a/spesefurga.js +++ b/spesefurga.js @@ -1,3 +1,4 @@ var sbollo=100; var sassicurazione=600; -sbollo+sassicurazione; \ No newline at end of file + +console.log(sbollo+sassicurazione); \ No newline at end of file