From 85e9b6730a1c181d3c0d4a1a11ea3648dfac717c Mon Sep 17 00:00:00 2001 From: Hong-Phuc Bui <hong-phuc.bui@htwsaar.de> Date: Fri, 17 Oct 2025 07:11:01 +0200 Subject: [PATCH] review code update to ES arrow function --- textbased-programms/arithmetic-op.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/textbased-programms/arithmetic-op.js b/textbased-programms/arithmetic-op.js index 0078520..0db68c9 100644 --- a/textbased-programms/arithmetic-op.js +++ b/textbased-programms/arithmetic-op.js @@ -11,5 +11,5 @@ const b = 5; const c = Math.floor(a/b); // 2 const d = (a/b) | 0; - terminal.print(c); + terminal.print(c, d); }; \ No newline at end of file -- Gitblit v1.10.0