From f81d1c7decfaf590313391e50d57da44d4d39c52 Mon Sep 17 00:00:00 2001 From: Raul Varzar Date: Sun, 16 Feb 2020 17:33:57 +0000 Subject: [PATCH] test new mbp --- exercises/05_javascript/maths.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exercises/05_javascript/maths.js b/exercises/05_javascript/maths.js index c998a477..3edc53f8 100644 --- a/exercises/05_javascript/maths.js +++ b/exercises/05_javascript/maths.js @@ -77,3 +77,6 @@ console.log(remainder2(13, 4)) // function expression using arrow syntax and one parameter const sqr = num => num * num console.log(sqr(4)) + + +//hello \ No newline at end of file