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/dice-simulation.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/textbased-programms/dice-simulation.html b/textbased-programms/dice-simulation.html index 4fd37f7..7c91586 100644 --- a/textbased-programms/dice-simulation.html +++ b/textbased-programms/dice-simulation.html @@ -8,9 +8,9 @@ </head> <body> -<p class="description">Simulation eines Würfel</p> -<label for="run">Klicken Sie auf „Run“ um eine Zahl zu würfeln</label> -<button name="run" id="run" >Run</button> +<p class="description">Simulation eines Würfels</p> +<label for="run">Roll the dice</label> +<button name="run" id="run" >Roll</button> <pre id="text-output"></pre> -- Gitblit v1.10.0