From: Benjamin Auder Date: Mon, 26 Feb 2018 10:53:46 +0000 (+0100) Subject: 'update' X-Git-Url: https://git.auder.net/?p=qomet.git;a=commitdiff_plain;h=fdf62750d329257baae55a86e746902f310a2386 'update' --- 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]]);