From fdf62750d329257baae55a86e746902f310a2386 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Mon, 26 Feb 2018 11:53:46 +0100 Subject: [PATCH] 'update' --- public/javascripts/components/statements.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/javascripts/components/statements.js b/public/javascripts/components/statements.js index 0b8ef65..5373e89 100644 --- a/public/javascripts/components/statements.js +++ b/public/javascripts/components/statements.js @@ -6,8 +6,8 @@ NOTE: questions can contain parameterized exercises (how ? --> write javascript script (OK, users trusted ? ==> safe mode possible if public website) Imaginary example: (using math.js) (avant l'exo) - const x = math.random() - const y = math.random() + const x = math.random(); + const y = math.random(); let M = math.matrix([[7, x], [y, -3]]); -- 2.44.0